Skip to content

Commit

Permalink
Manga website url nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Sep 30, 2024
1 parent 4871bc8 commit d80fcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tranga/Manga.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public Manga(MangaConnector mangaConnector, string sortName, List<string> author
this.latestChapterDownloaded = 0;
this.latestChapterAvailable = 0;
this.releaseStatus = releaseStatus;
this.websiteUrl = websiteUrl;
this.websiteUrl = websiteUrl??"";
}

public Manga WithMetadata(Manga newManga)
Expand Down

0 comments on commit d80fcd9

Please sign in to comment.