Manga website url nullable
This commit is contained in:
parent
4871bc801d
commit
d80fcd9039
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user