Merge pull request #5944 from shortspider/ContinueReading

Add ResumeBook Section
This commit is contained in:
Bill Thornton
2021-05-05 00:20:42 -04:00
committed by GitHub

View File

@@ -48,6 +48,11 @@
/// <summary>
/// Live TV.
/// </summary>
LiveTv = 8
LiveTv = 8,
/// <summary>
/// Continue Reading.
/// </summary>
ResumeBook = 9
}
}