Reset artwork sync status in PKC settings on DB reset

This commit is contained in:
croneter 2018-05-13 16:15:48 +02:00
parent 2191f59092
commit 1a261a3b9e

View file

@ -435,7 +435,9 @@ def wipe_database():
cursor.execute("DELETE FROM %s" % table_name)
connection.commit()
cursor.close()
# Reset the artwork sync status in the PKC settings
settings('caching_major_artwork', value=language(39310))
settings('fanarttv_lookups', value=language(39310))
# reset the install run flag
settings('SyncInstallRunDone', value="false")