mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-18 17:17:54 +02:00
Remove APISerializable and APIJsonSerializer
This commit is contained in:
@ -70,9 +70,6 @@ public class Manga(
|
||||
public string[] AltTitleIds { get; internal set; } = altTitleIds;
|
||||
[ForeignKey("AltTitleIds")]
|
||||
public virtual MangaAltTitle[] AltTitles { get; }
|
||||
|
||||
[ForeignKey("ChapterIds")]
|
||||
public virtual Chapter[] Chapters { get; internal set; }
|
||||
|
||||
public MoveFileOrFolderJob UpdateFolderName(string downloadLocation, string newName)
|
||||
{
|
||||
|
Reference in New Issue
Block a user