herby2212 2 weeks ago committed by GitHub
commit 06a67d44c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the different options for the home screen sections.
@ -53,6 +53,11 @@
/// <summary>
/// Continue Reading.
/// </summary>
ResumeBook = 9
ResumeBook = 9,
/// <summary>
/// Latest Release.
/// </summary>
LatestRelease = 10
}
}

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

Loading…
Cancel
Save