mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-04 13:22:52 +01:00
allow channel items in collections and playlists
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user