Browse Source

Merge pull request #5944 from shortspider/ContinueReading

Add ResumeBook Section
Bill Thornton 4 years ago
parent
commit
f7435a605d
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Jellyfin.Data/Enums/HomeSectionType.cs

+ 6 - 1
Jellyfin.Data/Enums/HomeSectionType.cs

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