mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-27 02:20:20 +05:30
FK: I m new to crystal, ok? I made the error to trust the first official looking crystal (reports) documentation that showed up on google. perl-syntax for elsif definitely is preferrable to the basic BS of else if :-)
This commit is contained in:
parent
7775f46fc6
commit
e5655008cc
@ -76,7 +76,7 @@ struct Invidious::User
|
|||||||
title = csv_head[6]
|
title = csv_head[6]
|
||||||
description = "Playlist was imported from file '#{filename}'\n\nCreated on #{csv_head[8]}\nLast updated on #{csv_head[9]}\n" # TODO i8n
|
description = "Playlist was imported from file '#{filename}'\n\nCreated on #{csv_head[8]}\nLast updated on #{csv_head[9]}\n" # TODO i8n
|
||||||
visibility = csv_head[11]
|
visibility = csv_head[11]
|
||||||
else if csv_head[6]
|
elsif csv_head[6]
|
||||||
LOGGER.info("parse_playlist_export_csv: 03.2 raw_head is filled, doing dual csv playlist info scan. google takeout format before october 2023 (roughly).")
|
LOGGER.info("parse_playlist_export_csv: 03.2 raw_head is filled, doing dual csv playlist info scan. google takeout format before october 2023 (roughly).")
|
||||||
title = csv_head[4]
|
title = csv_head[4]
|
||||||
description = csv_head[5]
|
description = csv_head[5]
|
||||||
|
Loading…
Reference in New Issue
Block a user