mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 08:53:13 +05:30
ran crystal tool format. it should fix some CI issues
Signed-off-by: thtmnisamnstr <gavinj1984@gmail.com>
This commit is contained in:
parent
72d0c9e409
commit
6f01d6eacf
@ -48,11 +48,11 @@ struct Invidious::User
|
|||||||
else
|
else
|
||||||
privacy = PlaylistPrivacy::Private
|
privacy = PlaylistPrivacy::Private
|
||||||
end
|
end
|
||||||
|
|
||||||
if title && privacy && user
|
if title && privacy && user
|
||||||
playlist = create_playlist(title, privacy, user)
|
playlist = create_playlist(title, privacy, user)
|
||||||
end
|
end
|
||||||
|
|
||||||
if playlist && description
|
if playlist && description
|
||||||
Invidious::Database::Playlists.update_description(playlist.id, description)
|
Invidious::Database::Playlists.update_description(playlist.id, description)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user