mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +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)
|
||||
uri = this.ytClient.getBestCombinedUri(info);
|
||||
uri = this.getBestCombinedUri(info);
|
||||
|
||||
if(!uri)
|
||||
throw new Error('no YouTube video URI');
|
||||
|
Reference in New Issue
Block a user