mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-18 17:17:54 +02:00
Fix relation Manga->Chapter (latest)
This commit is contained in:
@ -46,10 +46,13 @@ public class Manga(
|
||||
public string FolderName { get; private set; } = BuildFolderName(name);
|
||||
public float IgnoreChapterBefore { get; internal set; } = ignoreChapterBefore;
|
||||
|
||||
[ForeignKey("LatestChapterDownloadedId")]
|
||||
public Chapter? LatestChapterDownloaded { get; private set; } = latestChapterDownloaded;
|
||||
|
||||
[ForeignKey("LatestChapterAvailableId")]
|
||||
public Chapter? LatestChapterAvailable { get; private set; } = latestChapterAvailable;
|
||||
|
||||
[ForeignKey("MangaConnectorId")]
|
||||
public MangaConnector MangaConnector { get; private set; } = mangaConnector;
|
||||
|
||||
[ForeignKey("AuthorIds")]
|
||||
|
Reference in New Issue
Block a user