mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 13:19:48 +02:00
Test fix for Chapter FullArchiveFilePath throwing exception
This commit is contained in:
@@ -70,7 +70,12 @@ public class DownloadChapterFromMangaconnectorWorker(MangaConnectorId<Chapter> c
|
||||
Log.Error(result.exceptionMessage);
|
||||
return [];
|
||||
}
|
||||
string saveArchiveFilePath = chapter.FullArchiveFilePath;
|
||||
|
||||
if (chapter.FullArchiveFilePath is not { } saveArchiveFilePath)
|
||||
{
|
||||
Log.Error("Failed getting saveArchiveFilePath");
|
||||
return [];
|
||||
}
|
||||
Log.Debug($"Chapter path: {saveArchiveFilePath}");
|
||||
|
||||
//Check if Publication Directory already exists
|
||||
|
Reference in New Issue
Block a user