Fix TSV imports with new run time seconds
This commit is contained in:
@ -44,8 +44,7 @@ def process_audioscrobbler_tsv_file(file_path, user_id, user_tz=None):
|
|||||||
mbid=row[7],
|
mbid=row[7],
|
||||||
artist=artist,
|
artist=artist,
|
||||||
album=album,
|
album=album,
|
||||||
run_time=row[4],
|
run_time_seconds=int(row[4]),
|
||||||
run_time_ticks=int(row[4]) * 1000,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
timestamp = (
|
timestamp = (
|
||||||
|
|||||||
Reference in New Issue
Block a user