mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-13 08:46:47 +05:30
Fix lint
This commit is contained in:
parent
f2fa3da9d2
commit
05cc503391
@ -9,8 +9,8 @@
|
|||||||
when .streams? then "/channel/#{ucid}/streams"
|
when .streams? then "/channel/#{ucid}/streams"
|
||||||
when .playlists? then "/channel/#{ucid}/playlists"
|
when .playlists? then "/channel/#{ucid}/playlists"
|
||||||
when .channels? then "/channel/#{ucid}/channels"
|
when .channels? then "/channel/#{ucid}/channels"
|
||||||
when .podcasts? then "/channel/#{ucid}/podcasts"
|
when .podcasts? then "/channel/#{ucid}/podcasts"
|
||||||
when .releases? then "/channel/#{ucid}/releases"
|
when .releases? then "/channel/#{ucid}/releases"
|
||||||
else
|
else
|
||||||
"/channel/#{ucid}"
|
"/channel/#{ucid}"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user