mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
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
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue