2
0
This commit is contained in:
glax 2023-10-31 16:46:41 +01:00
parent 2e1c8ce34f
commit 733ae285f1

View File

@ -196,7 +196,7 @@ public class Mangasee : MangaConnector
} }
catch (HttpRequestException e) catch (HttpRequestException e)
{ {
Log($"Failed to load XML\n\r{e}"); Log($"Failed to load https://mangasee123.com/rss/{manga.publicationId}.xml \n\r{e}");
return Array.Empty<Chapter>(); return Array.Empty<Chapter>();
} }
} }