diff --git a/Tubio/DownloadManager.cpp b/Tubio/DownloadManager.cpp index 8409445..35f08ed 100644 --- a/Tubio/DownloadManager.cpp +++ b/Tubio/DownloadManager.cpp @@ -400,6 +400,7 @@ bool DownloadManager::RemoveFromCacheByID(std::string id) if ((wasFinished) && (FileSystem::Exists(filePath))) { FileSystem::Delete(filePath); + return true; } // Only save, if we can save immediately diff --git a/Tubio/Version.h b/Tubio/Version.h index 8814928..7b143a5 100644 --- a/Tubio/Version.h +++ b/Tubio/Version.h @@ -1,2 +1,2 @@ #pragma once -#define TUBIO_SERVER_VERSION (0.535) +#define TUBIO_SERVER_VERSION (0.536)