You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, unreferenced albums and artists are deleted in SQLiteLibrary.close(), so these may still show up after an SQLiteLibrary.flush(). Therefore, cleanup code should be moved to triggers.
The text was updated successfully, but these errors were encountered:
It may also make sense to wrap library actions which involve multiple SQL queries (e.g. the new browsing implementation with seperate queries for albums and tracks) in explicit transactions.
Currently, unreferenced albums and artists are deleted in
SQLiteLibrary.close()
, so these may still show up after anSQLiteLibrary.flush()
. Therefore, cleanup code should be moved to triggers.The text was updated successfully, but these errors were encountered: