YT: fix non-working best combined URIs

Fix an undefined variable introduced during recent code cleanup
This commit is contained in:
Rafostar
2021-04-11 16:34:02 +02:00
parent 92e3f7d93c
commit 2efa3e0bf6

View File

@@ -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');