fix bug Manga.WithMetadata coverfilenameincache not being replaced.
This commit is contained in:
parent
7ec262a2e4
commit
4bd1150a0e
@ -89,7 +89,7 @@ public struct Manga
|
||||
releaseStatus = newManga.releaseStatus,
|
||||
websiteUrl = newManga.websiteUrl,
|
||||
year = newManga.year,
|
||||
coverFileNameInCache = coverFileNameInCache
|
||||
coverFileNameInCache = newManga.coverFileNameInCache
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user