mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #5944 from shortspider/ContinueReading
Add ResumeBook Section
This commit is contained in:
commit
f7435a605d
1 changed files with 6 additions and 1 deletions
|
@ -48,6 +48,11 @@
|
|||
/// <summary>
|
||||
/// Live TV.
|
||||
/// </summary>
|
||||
LiveTv = 8
|
||||
LiveTv = 8,
|
||||
|
||||
/// <summary>
|
||||
/// Continue Reading.
|
||||
/// </summary>
|
||||
ResumeBook = 9
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue