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

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