mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix typo
This commit is contained in:
parent
88430a6fc0
commit
022427e20e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def fetch_mix(rdid, video_id, cookies = nil)
|
||||||
raise "Could not create mix."
|
raise "Could not create mix."
|
||||||
end
|
end
|
||||||
|
|
||||||
if !yt_data["contents"]["twoColumnWatchNextResults"]["playlist"]
|
if !yt_data["contents"]["twoColumnWatchNextResults"]["playlist"]?
|
||||||
raise "Could not create mix."
|
raise "Could not create mix."
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue