allow channel items in collections and playlists

This commit is contained in:
Luke Pulverenti
2016-10-01 16:29:24 -04:00
parent 8589689f65
commit 951e2b6de3
4 changed files with 12 additions and 27 deletions

View File

@@ -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))
{