2
0

Manga website url nullable

This commit is contained in:
Glax 2024-09-30 23:19:17 +02:00
parent 4871bc801d
commit d80fcd9039

View File

@ -72,7 +72,7 @@ public struct Manga
this.latestChapterDownloaded = 0;
this.latestChapterAvailable = 0;
this.releaseStatus = releaseStatus;
this.websiteUrl = websiteUrl;
this.websiteUrl = websiteUrl??"";
}
public Manga WithMetadata(Manga newManga)