mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
YT: fix non-working best combined URIs
Fix an undefined variable introduced during recent code cleanup
This commit is contained in:
@@ -332,7 +332,7 @@ var YouTubeClient = GObject.registerClass({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!uri)
|
if(!uri)
|
||||||
uri = this.ytClient.getBestCombinedUri(info);
|
uri = this.getBestCombinedUri(info);
|
||||||
|
|
||||||
if(!uri)
|
if(!uri)
|
||||||
throw new Error('no YouTube video URI');
|
throw new Error('no YouTube video URI');
|
||||||
|
Reference in New Issue
Block a user