mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 08:48:48 +01:00
update notification styles
This commit is contained in:
@@ -212,6 +212,13 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <exception cref="ArgumentNullException">userId</exception>
|
||||
Task<BaseItemDto> GetRootFolderAsync(string userId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the additional parts.
|
||||
/// </summary>
|
||||
/// <param name="itemId">The item identifier.</param>
|
||||
/// <returns>Task{BaseItemDto[]}.</returns>
|
||||
Task<BaseItemDto[]> GetAdditionalParts(string itemId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the users async.
|
||||
/// </summary>
|
||||
|
||||
@@ -57,10 +57,10 @@ namespace MediaBrowser.Model.Channels
|
||||
{
|
||||
Name = 0,
|
||||
CommunityRating = 1,
|
||||
ContentReleaseDate = 2,
|
||||
DateAdded = 3,
|
||||
PremiereDate = 2,
|
||||
DateCreated = 3,
|
||||
Runtime = 4,
|
||||
CommunityMostWatched = 5,
|
||||
UserPlayCount = 6
|
||||
PlayCount = 5,
|
||||
CommunityPlayCount = 6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user