From 92b4caa32f26f1a682fa3756508a474d185701b4 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 15 Mar 2023 00:13:50 -0400 Subject: [PATCH] Fix TSV imports with new run time seconds --- vrobbler/apps/scrobbles/tsv.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vrobbler/apps/scrobbles/tsv.py b/vrobbler/apps/scrobbles/tsv.py index 88ffbaa..7d7a237 100644 --- a/vrobbler/apps/scrobbles/tsv.py +++ b/vrobbler/apps/scrobbles/tsv.py @@ -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 = (