Fixed duration on other providers script

This commit is contained in:
Halhadus 2025-02-15 17:34:35 +03:00
parent d5c9a97062
commit 60eb0f8aa1
2 changed files with 1 additions and 1 deletions

View file

@ -121,7 +121,7 @@ def process_downloads():
(?,?,?,?,?,?,?,?)''',
(display_name, cleaned_url, 'other', final_path,
metadata['artist'], metadata['album'],
metadata['title'], metadata['duration']))
metadata['title'], int(metadata['duration'])))
conn.commit()
success_count += 1

BIN
music.db

Binary file not shown.