Okay we use -9ms here because this counters the +9ms folks add to their charts. Ensure we clear the series map when freeing songs

This commit is contained in:
Crash Cringle
2025-03-02 15:14:56 -05:00
committed by teejusb
parent 6fbbf931ac
commit 9d61cb4c06
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -599,6 +599,7 @@ void SongManager::FreeSongs()
m_pSongs.clear();
m_mapNameToGroup.clear();
m_mapSeriesToGroups.clear();
m_SongsByDir.clear();
// also free the songs that have been deleted from disk