aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-12-21 15:24:41 -0500
committerGitHub <noreply@github.com>2016-12-21 15:24:41 -0500
commit9782f5665ca3d65a8c35aff911cedd49fa38709c (patch)
tree6fc62453e0470c770c78a5e2679848eba6aa4378 /MediaBrowser.Model
parentf54ed748376184b3d5f4100ad8c64cef732c226a (diff)
parentef671725559ef394337343af510ecb557b700d17 (diff)
Merge pull request #2362 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/CollectionType.cs8
-rw-r--r--MediaBrowser.Model/LiveTv/RecordingQuery.cs1
2 files changed, 1 insertions, 8 deletions
diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs
index 187334c71..b1cbb9ac3 100644
--- a/MediaBrowser.Model/Entities/CollectionType.cs
+++ b/MediaBrowser.Model/Entities/CollectionType.cs
@@ -48,18 +48,10 @@
public const string MovieGenres = "MovieGenres";
public const string MovieGenre = "MovieGenre";
- public const string LatestGames = "LatestGames";
- public const string RecentlyPlayedGames = "RecentlyPlayedGames";
- public const string GameSystems = "GameSystems";
- public const string GameGenres = "GameGenres";
- public const string GameFavorites = "GameFavorites";
- public const string GameGenre = "GameGenre";
-
public const string MusicArtists = "MusicArtists";
public const string MusicAlbumArtists = "MusicAlbumArtists";
public const string MusicAlbums = "MusicAlbums";
public const string MusicGenres = "MusicGenres";
- public const string MusicGenre = "MusicGenre";
public const string MusicLatest = "MusicLatest";
public const string MusicPlaylists = "MusicPlaylists";
public const string MusicSongs = "MusicSongs";
diff --git a/MediaBrowser.Model/LiveTv/RecordingQuery.cs b/MediaBrowser.Model/LiveTv/RecordingQuery.cs
index 265aad335..9e9aafc44 100644
--- a/MediaBrowser.Model/LiveTv/RecordingQuery.cs
+++ b/MediaBrowser.Model/LiveTv/RecordingQuery.cs
@@ -68,6 +68,7 @@ namespace MediaBrowser.Model.LiveTv
/// <value>The fields.</value>
public ItemFields[] Fields { get; set; }
public bool? EnableImages { get; set; }
+ public bool? IsLibraryItem { get; set; }
public bool? IsNews { get; set; }
public bool? IsMovie { get; set; }
public bool? IsSeries { get; set; }