This commit is contained in:
Samantaz Fox 2023-07-15 12:57:26 +00:00 committed by GitHub
parent f2fa3da9d2
commit 05cc503391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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