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