aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels/ChannelFeatures.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-08 19:31:44 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-08 19:31:44 -0400
commitd091fe0e6e5923bd0ce597c83d9a76650e3dc7f9 (patch)
treea6f90d896b7b22d4cb8f9041af79b36a1cc1f061 /MediaBrowser.Model/Channels/ChannelFeatures.cs
parentbebba65d6137125d459a911b695131c063524c56 (diff)
extract classes
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelFeatures.cs')
-rw-r--r--MediaBrowser.Model/Channels/ChannelFeatures.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelFeatures.cs b/MediaBrowser.Model/Channels/ChannelFeatures.cs
index ef9ef67f2..8dfdbcd7a 100644
--- a/MediaBrowser.Model/Channels/ChannelFeatures.cs
+++ b/MediaBrowser.Model/Channels/ChannelFeatures.cs
@@ -82,15 +82,4 @@ namespace MediaBrowser.Model.Channels
DefaultSortFields = new List<ChannelItemSortField>();
}
}
-
- public enum ChannelItemSortField
- {
- Name = 0,
- CommunityRating = 1,
- PremiereDate = 2,
- DateCreated = 3,
- Runtime = 4,
- PlayCount = 5,
- CommunityPlayCount = 6
- }
}