summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-11-14 10:11:33 -0500
committerOmar Roth <omarroth@protonmail.com>2019-11-14 10:11:33 -0500
commitc07cd3a85699c0419734d670d127002d4dcd4047 (patch)
tree1a99211e7c5edbb00f5ac55b850d16b22a47ccb2 /src
parent8af87f1a8b89952f96ca385fdc119f28b3ee20dc (diff)
downloadinvidious-c07cd3a85699c0419734d670d127002d4dcd4047.tar.gz
invidious-c07cd3a85699c0419734d670d127002d4dcd4047.tar.bz2
invidious-c07cd3a85699c0419734d670d127002d4dcd4047.zip
Fix typo in playlist url
Diffstat (limited to 'src')
-rw-r--r--src/invidious/channels.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/channels.cr b/src/invidious/channels.cr
index 71ed4d59..10e826e5 100644
--- a/src/invidious/channels.cr
+++ b/src/invidious/channels.cr
@@ -484,7 +484,7 @@ def produce_channel_playlists_url(ucid, cursor, sort = "newest", auto_generated
"80226972:embedded" => {
"2:string" => ucid,
"3:base64" => {
- "2:string" => "playlist",
+ "2:string" => "playlists",
"6:varint": 2_i64,
"7:varint": 1_i64,
"12:varint": 1_i64,