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
commit f7435a605d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

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