diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-05 08:48:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-05 08:48:14 -0400 |
| commit | 6e1ed10a065ee5c4ee6a9078d8fea1e71fddc6d3 (patch) | |
| tree | 1291127ef5743d2631d2a23c2edaf49017733d4b /MediaBrowser.Model | |
| parent | c1870f9fc82370530322af683141fcc10b2c7b50 (diff) | |
add extra multi-episode unit test
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Querying/ItemSortBy.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Querying/ItemSortBy.cs b/MediaBrowser.Model/Querying/ItemSortBy.cs index 43322c6a3..edf94197d 100644 --- a/MediaBrowser.Model/Querying/ItemSortBy.cs +++ b/MediaBrowser.Model/Querying/ItemSortBy.cs @@ -71,5 +71,7 @@ namespace MediaBrowser.Model.Querying /// </summary> public const string CriticRating = "CriticRating"; public const string IsFolder = "IsFolder"; + public const string IsUnplayed = "IsUnplayed"; + public const string IsPlayed = "IsPlayed"; } } |
