mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02: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