mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-05 12:39:26 +01:00
Removed updateFormat() thread from startup - causing problems when daemonized
This commit is contained in:
@@ -666,9 +666,6 @@ def dbcheck():
|
||||
c.execute('SELECT Format from tracks')
|
||||
except sqlite3.OperationalError:
|
||||
c.execute('ALTER TABLE tracks ADD COLUMN Format TEXT DEFAULT NULL')
|
||||
|
||||
# Update the Format of files in library, this won't do anything if all files have a known format
|
||||
threading.Thread(target=importer.updateFormat).start()
|
||||
|
||||
conn.commit()
|
||||
c.close()
|
||||
|
||||
Reference in New Issue
Block a user