diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-07 13:33:15 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-07 13:33:15 -0500 |
| commit | fbb1bb319c87303c9604ee6cb35af01abd895552 (patch) | |
| tree | e2a4c282e9b0b263242ca47b76b2f5d0040e0bf3 /Emby.Server.Implementations/LiveTv/EmbyTV | |
| parent | 55d82df3848d29f537278a7117b7926fa074754e (diff) | |
update wdtv live dlna profile
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/EmbyTV')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs index 89ef87c8ef..1ec5dd1d58 100644 --- a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs +++ b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs @@ -2092,13 +2092,6 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV writer.WriteElementString("credits", person); } - var rt = item.GetProviderId(MetadataProviders.RottenTomatoes); - - if (!string.IsNullOrEmpty(rt)) - { - writer.WriteElementString("rottentomatoesid", rt); - } - var tmdbCollection = item.GetProviderId(MetadataProviders.TmdbCollection); if (!string.IsNullOrEmpty(tmdbCollection)) |
