diff --git a/addotherproviders.py b/addotherproviders.py index 3efbd3c..8202904 100644 --- a/addotherproviders.py +++ b/addotherproviders.py @@ -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 diff --git a/music.db b/music.db index 54f0605..fa4b848 100644 Binary files a/music.db and b/music.db differ