Don't check for .jpg, .cust, .cust16 files in cache/images folder, third try, #4904
This commit is contained in:
parent
ea5a81b9a1
commit
ebcd737bf8
@ -899,7 +899,7 @@ void Thumbnail::_saveThumbnail ()
|
||||
return;
|
||||
}
|
||||
|
||||
g_remove (getCacheFileName ("images", ".rtti").c_str ()));
|
||||
g_remove (getCacheFileName ("images", ".rtti").c_str ());
|
||||
|
||||
// save thumbnail image
|
||||
tpp->writeImage (getCacheFileName ("images", ""));
|
||||
|
Loading…
x
Reference in New Issue
Block a user