Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Oct 8, 2018
1 parent 88430a6 commit 022427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/mixes.cr
Expand Up @@ -35,7 +35,7 @@ def fetch_mix(rdid, video_id, cookies = nil)
raise "Could not create mix."
end

if !yt_data["contents"]["twoColumnWatchNextResults"]["playlist"]
if !yt_data["contents"]["twoColumnWatchNextResults"]["playlist"]?
raise "Could not create mix."
end

Expand Down

0 comments on commit 022427e

Please sign in to comment.