ContinueReading has been pulled from UI. The query doesn't work and no longer sure I need.

This commit is contained in:
Joseph Milazzo 2021-03-20 12:44:18 -05:00
parent a125b2ac0b
commit f77de66d97
3 changed files with 91 additions and 19 deletions

View file

@ -18,6 +18,7 @@
public int SeriesId { get; init; }
public int LibraryId { get; init; }
public string SeriesName { get; init; }
public int VolumeId { get; init; }
}
}