mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Fix reference to undefined object
This commit is contained in:
@@ -166,7 +166,7 @@ var YouTubeClient = GObject.registerClass({
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
actions = YTDL.sig.extractActions(pBody);
|
actions = YTDL.sig.extractActions(result.data);
|
||||||
if(actions) {
|
if(actions) {
|
||||||
debug('deciphered');
|
debug('deciphered');
|
||||||
this._createCacheFileAsync(ytId, actions);
|
this._createCacheFileAsync(ytId, actions);
|
||||||
|
Reference in New Issue
Block a user