Fixed bad-request response on remove-entry requests
This commit is contained in:
parent
80a0f4b2c4
commit
44a5893038
@ -400,6 +400,7 @@ bool DownloadManager::RemoveFromCacheByID(std::string id)
|
|||||||
if ((wasFinished) && (FileSystem::Exists(filePath)))
|
if ((wasFinished) && (FileSystem::Exists(filePath)))
|
||||||
{
|
{
|
||||||
FileSystem::Delete(filePath);
|
FileSystem::Delete(filePath);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only save, if we can save immediately
|
// Only save, if we can save immediately
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#define TUBIO_SERVER_VERSION (0.535)
|
#define TUBIO_SERVER_VERSION (0.536)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user