Fix TSV imports with new run time seconds

This commit is contained in:
2023-03-15 00:13:50 -04:00
parent 31f490a32b
commit 92b4caa32f

View File

@ -44,8 +44,7 @@ def process_audioscrobbler_tsv_file(file_path, user_id, user_tz=None):
mbid=row[7],
artist=artist,
album=album,
run_time=row[4],
run_time_ticks=int(row[4]) * 1000,
run_time_seconds=int(row[4]),
)
timestamp = (