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:
fkrueger 2024-01-07 12:32:00 +01:00
parent 7775f46fc6
commit e5655008cc
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct Invidious::User
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
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).")
title = csv_head[4]
description = csv_head[5]