update notification styles

This commit is contained in:
Luke Pulverenti
2014-05-27 17:17:48 -04:00
parent ce8c5a1a3c
commit b4016ae07e
8 changed files with 86 additions and 19 deletions

View File

@@ -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>

View File

@@ -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
}
}