Skip to content

Commit

Permalink
Dont delete everything in /Cache/
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Feb 11, 2018
1 parent 3c7063a commit defb8f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SongCacheIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ void SongCacheIndex::ReadCacheIndex()
return; // OK

LOG->Trace( "Cache format is out of date. Deleting all cache files." );
EmptyDir( SpecialFiles::CACHE_DIR );
EmptyDir(SpecialFiles::CACHE_DIR + "Banners/");
EmptyDir( SpecialFiles::CACHE_DIR+"Songs/" );
EmptyDir( SpecialFiles::CACHE_DIR+"Courses/" );
Expand Down

0 comments on commit defb8f1

Please sign in to comment.