aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Thornton <thornbill@users.noreply.github.com>2021-05-05 00:20:42 -0400
committerGitHub <noreply@github.com>2021-05-05 00:20:42 -0400
commitf7435a605dade153f664d4d5e5c60de4938f751a (patch)
tree8a184ba4ef22a9e2b64893c53c963d5d8596a18e
parentdf40828e1f62575d67edbdf665ed4204806da41c (diff)
parentbdab8d1edbbad79ccecd4e0325c090ebf6ded2bc (diff)
Merge pull request #5944 from shortspider/ContinueReading
Add ResumeBook Section
-rw-r--r--Jellyfin.Data/Enums/HomeSectionType.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Jellyfin.Data/Enums/HomeSectionType.cs b/Jellyfin.Data/Enums/HomeSectionType.cs
index e597c9431..9bcd097dc 100644
--- a/Jellyfin.Data/Enums/HomeSectionType.cs
+++ b/Jellyfin.Data/Enums/HomeSectionType.cs
@@ -48,6 +48,11 @@
/// <summary>
/// Live TV.
/// </summary>
- LiveTv = 8
+ LiveTv = 8,
+
+ /// <summary>
+ /// Continue Reading.
+ /// </summary>
+ ResumeBook = 9
}
}