Browse Source

Add ResumeBook section

Nathan Mascitelli 4 năm trước cách đây
mục cha
commit
bdab8d1edb
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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
     }
 }