aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Mascitelli <mascitelli.nathan@gmail.com>2021-04-29 22:35:57 -0400
committerNathan Mascitelli <mascitelli.nathan@gmail.com>2021-04-29 22:35:57 -0400
commitbdab8d1edbbad79ccecd4e0325c090ebf6ded2bc (patch)
tree9bfc25c4be2729a71ba8b3254cfeacd282575b88
parenteeb5d4bd1e63ad89f599fd52a79b3c80ed8f8ad1 (diff)
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
}
}