Fix lint
This commit is contained in:
parent
f2fa3da9d2
commit
05cc503391
|
@ -9,8 +9,8 @@
|
|||
when .streams? then "/channel/#{ucid}/streams"
|
||||
when .playlists? then "/channel/#{ucid}/playlists"
|
||||
when .channels? then "/channel/#{ucid}/channels"
|
||||
when .podcasts? then "/channel/#{ucid}/podcasts"
|
||||
when .releases? then "/channel/#{ucid}/releases"
|
||||
when .podcasts? then "/channel/#{ucid}/podcasts"
|
||||
when .releases? then "/channel/#{ucid}/releases"
|
||||
else
|
||||
"/channel/#{ucid}"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue