Fixed regression: flush cover cache when a scan is complete, fixes #487
This commit is contained in:
@@ -481,6 +481,7 @@ namespace lms::cover
|
||||
|
||||
void CoverService::flushCache()
|
||||
{
|
||||
_cache.flush();
|
||||
}
|
||||
|
||||
void CoverService::setJpegQuality(unsigned quality)
|
||||
|
||||
Reference in New Issue
Block a user