Fixed duration on other providers script
This commit is contained in:
parent
d5c9a97062
commit
60eb0f8aa1
2 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def process_downloads():
|
||||||
(?,?,?,?,?,?,?,?)''',
|
(?,?,?,?,?,?,?,?)''',
|
||||||
(display_name, cleaned_url, 'other', final_path,
|
(display_name, cleaned_url, 'other', final_path,
|
||||||
metadata['artist'], metadata['album'],
|
metadata['artist'], metadata['album'],
|
||||||
metadata['title'], metadata['duration']))
|
metadata['title'], int(metadata['duration'])))
|
||||||
conn.commit()
|
conn.commit()
|
||||||
success_count += 1
|
success_count += 1
|
||||||
|
|
||||||
|
|
BIN
music.db
BIN
music.db
Binary file not shown.
Loading…
Add table
Reference in a new issue