fix bug Manga.WithMetadata coverfilenameincache not being replaced.

This commit is contained in:
Glax 2024-04-25 21:03:44 +02:00
parent 7ec262a2e4
commit 4bd1150a0e

View File

@ -89,7 +89,7 @@ public struct Manga
releaseStatus = newManga.releaseStatus,
websiteUrl = newManga.websiteUrl,
year = newManga.year,
coverFileNameInCache = coverFileNameInCache
coverFileNameInCache = newManga.coverFileNameInCache
};
}