aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Game.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-11 17:38:44 -0400
committerGitHub <noreply@github.com>2016-10-11 17:38:44 -0400
commit2abad94e213f93f8cdf1c176bd784c44248e18cd (patch)
treeda6a32923f45ba52e82a2cb718d7947bdf96724a /MediaBrowser.Controller/Entities/Game.cs
parent31c4a0e6af7e477a6329c3e6f0cbf7e230bd1ad8 (diff)
parent2c6fc11dcffcaf44aebc8db5c9555e5f72a9269f (diff)
Merge pull request #2220 from MediaBrowser/dev
update live stream sharing
Diffstat (limited to 'MediaBrowser.Controller/Entities/Game.cs')
-rw-r--r--MediaBrowser.Controller/Entities/Game.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/Game.cs b/MediaBrowser.Controller/Entities/Game.cs
index 59bfc2363..aa2ccf4bc 100644
--- a/MediaBrowser.Controller/Entities/Game.cs
+++ b/MediaBrowser.Controller/Entities/Game.cs
@@ -16,8 +16,6 @@ namespace MediaBrowser.Controller.Entities
RemoteTrailers = new List<MediaUrl>();
LocalTrailerIds = new List<Guid>();
RemoteTrailerIds = new List<Guid>();
- ThemeSongIds = new List<Guid>();
- ThemeVideoIds = new List<Guid>();
}
public List<Guid> LocalTrailerIds { get; set; }