mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Fix typo
This commit is contained in:
parent
dbd5a222d5
commit
757ea93393
1 changed files with 1 additions and 1 deletions
|
@ -5256,7 +5256,7 @@ get "/vi/:id/:name" do |env|
|
|||
end
|
||||
end
|
||||
|
||||
# Undocumented, creates anonymous playlist with specified `video_ids`
|
||||
# Undocumented, creates anonymous playlist with specified 'video_ids'
|
||||
get "/watch_videos" do |env|
|
||||
client = make_client(YT_URL)
|
||||
|
||||
|
|
Loading…
Reference in a new issue