Locate and load all non cached covers in non GUI thread.
This commit is contained in:
committed by
craig.p.drummond
parent
5a1db47a15
commit
e214122b7c
@@ -866,16 +866,10 @@ bool Settings::podcastAutoDownload()
|
||||
return GET_BOOL("podcastAutoDownload", false);
|
||||
}
|
||||
|
||||
int Settings::maxCoverFindPerIteration()
|
||||
{
|
||||
int v=GET_INT("maxCoverFindPerIteration", 5);
|
||||
return RESTRICT(v, 0, 20);
|
||||
}
|
||||
|
||||
int Settings::maxCoverUpdatePerIteration()
|
||||
{
|
||||
int v=GET_INT("maxCoverUpdatePerIteration", 5);
|
||||
return RESTRICT(v, 1, 20);
|
||||
int v=GET_INT("maxCoverUpdatePerIteration", 10);
|
||||
return RESTRICT(v, 1, 50);
|
||||
}
|
||||
|
||||
int Settings::coverCacheSize()
|
||||
|
||||
Reference in New Issue
Block a user