mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:35:38 -04:00
removed comments
Signed-off-by: Gavin Johnson <gavinj1984@gmail.com>
This commit is contained in:
parent
5c7bda66ae
commit
72d0c9e409
@ -310,7 +310,6 @@ module Invidious::Routes::PreferencesRoute
|
||||
response: error_template(415, "Invalid subscription file uploaded")
|
||||
)
|
||||
end
|
||||
# Gavin Johnson (thtmnisamnstr), 20230127: Call the Youtube playlist import function
|
||||
when "import_youtube_pl"
|
||||
filename = part.filename || ""
|
||||
success = Invidious::User::Import.from_youtube_pl(user, body, filename, type)
|
||||
|
Loading…
Reference in New Issue
Block a user