diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-01 16:29:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-01 16:29:24 -0400 |
| commit | 951e2b6de30631e8b30c9290fc9e0cb5eea5ea2e (patch) | |
| tree | c86832d575b416dafc9c089b8a08d97b48dc8b8b /MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | |
| parent | 8589689f655faa8bef6b8ef6f3738f5834b63133 (diff) | |
allow channel items in collections and playlists
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index 025f5a1626..e34868428e 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs @@ -566,10 +566,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv } var seriesId = info.SeriesId; - if (string.IsNullOrWhiteSpace(seriesId) && info.IsSeries) - { - seriesId = info.Name.GetMD5().ToString("N"); - } if (!item.ParentId.Equals(channel.Id)) { |
