Don't check for .jpg, .cust, .cust16 files in cache/images folder, second try, #4904

This commit is contained in:
heckflosse 2018-10-31 20:52:58 +01:00
parent bfe2ce7fe1
commit ea5a81b9a1

View File

@ -899,7 +899,7 @@ void Thumbnail::_saveThumbnail ()
return;
}
g_remove (getCacheFileName ("images", ".rtti").c_str ()) != 0);
g_remove (getCacheFileName ("images", ".rtti").c_str ()));
// save thumbnail image
tpp->writeImage (getCacheFileName ("images", ""));