From b1be6f1d73272fb629ff453f6890766faeccf9de Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sun, 10 Mar 2013 00:36:39 -0500 Subject: minor namespace changes in the model --- MediaBrowser.Model/DTO/ItemSortBy.cs | 54 ------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 MediaBrowser.Model/DTO/ItemSortBy.cs (limited to 'MediaBrowser.Model/DTO/ItemSortBy.cs') diff --git a/MediaBrowser.Model/DTO/ItemSortBy.cs b/MediaBrowser.Model/DTO/ItemSortBy.cs deleted file mode 100644 index 141690a55a..0000000000 --- a/MediaBrowser.Model/DTO/ItemSortBy.cs +++ /dev/null @@ -1,54 +0,0 @@ - -namespace MediaBrowser.Model.Dto -{ - /// - /// These represent sort orders that are known by the core - /// - public static class ItemSortBy - { - /// - /// The album - /// - public const string Album = "Album"; - /// - /// The album artist - /// - public const string AlbumArtist = "AlbumArtist"; - /// - /// The artist - /// - public const string Artist = "Artist"; - /// - /// The date created - /// - public const string DateCreated = "DateCreated"; - /// - /// The date played - /// - public const string DatePlayed = "DatePlayed"; - /// - /// The premiere date - /// - public const string PremiereDate = "PremiereDate"; - /// - /// The sort name - /// - public const string SortName = "SortName"; - /// - /// The random - /// - public const string Random = "Random"; - /// - /// The runtime - /// - public const string Runtime = "Runtime"; - /// - /// The community rating - /// - public const string CommunityRating = "CommunityRating"; - /// - /// The production year - /// - public const string ProductionYear = "ProductionYear"; - } -} -- cgit v1.2.3