diff --git a/src/Song.cpp b/src/Song.cpp index 6c2290f244..285bd4e621 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -393,6 +393,7 @@ bool Song::ReloadFromSongDir( const RString &sDir ) // Remove the cache file to force the song to reload from its dir instead // of loading from the cache. -Kyz FILEMAN->Remove(GetCacheFilePath()); + SONGINDEX.DeleteSongFromDBByDir(sDir.c_str()); vector vOldSteps = m_vpSteps;