Skip to content

Commit

Permalink
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Jun 1, 2024
2 parents 4f14903 + 42feea3 commit 790e77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tranga/MangaConnectors/MangaConnector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ protected string SaveCoverImageToCache(string url, string mangaInternalId, Reque
string saveImagePath = Path.Join(settings.coverImageCache, filename);

if (File.Exists(saveImagePath))
return filename;
return saveImagePath;

RequestResult coverResult = downloadClient.MakeRequest(url, requestType);
using MemoryStream ms = new();
Expand Down

0 comments on commit 790e77b

Please sign in to comment.