mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-24 00:19:13 -04:00
'download book' now includes pdf
This commit is contained in:
@@ -64,10 +64,12 @@ namespace FileManager
|
||||
private static bool isProcessing;
|
||||
private static void timerDownload()
|
||||
{
|
||||
// must live outside try-catch, else 'finally' can reset another thread's lock
|
||||
if (isProcessing)
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
if (isProcessing)
|
||||
return;
|
||||
isProcessing = true;
|
||||
|
||||
var def = cache
|
||||
|
||||
Reference in New Issue
Block a user