diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-11 17:33:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-11 17:33:38 -0400 |
| commit | 2c6fc11dcffcaf44aebc8db5c9555e5f72a9269f (patch) | |
| tree | 34e0de28e3a2377518bd2d880afc4bb8f6afbb2c /MediaBrowser.Controller/Entities/InternalItemsQuery.cs | |
| parent | d54f03514d630d29d7927ab20af53c2f6e48ad5b (diff) | |
update live stream sharing
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/InternalItemsQuery.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs index f375e1b1c..fec703b94 100644 --- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs +++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs @@ -168,6 +168,8 @@ namespace MediaBrowser.Controller.Entities switch (name) { + case ItemFields.ThemeSongIds: + case ItemFields.ThemeVideoIds: case ItemFields.ProductionLocations: case ItemFields.Keywords: case ItemFields.Taglines: |
