aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 17:17:48 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 17:17:48 -0400
commitb4016ae07efabce5909fe9202e8f860c654afe37 (patch)
tree4a1d08648fd3050782d07c93803ecf703ccce29a /MediaBrowser.Model/Channels
parentce8c5a1a3cc678c1e5dc4bd8a8f811895891fff9 (diff)
update notification styles
Diffstat (limited to 'MediaBrowser.Model/Channels')
-rw-r--r--MediaBrowser.Model/Channels/ChannelFeatures.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelFeatures.cs b/MediaBrowser.Model/Channels/ChannelFeatures.cs
index cec40d7f2..494ebe3a3 100644
--- a/MediaBrowser.Model/Channels/ChannelFeatures.cs
+++ b/MediaBrowser.Model/Channels/ChannelFeatures.cs
@@ -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
}
}