mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
fix metadata manager layout
This commit is contained in:
@@ -334,6 +334,12 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
var service = GetService(item);
|
||||
|
||||
var sources = await service.GetChannelStreamMediaSources(item.ExternalId, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
if (sources.Count == 0)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
var list = sources.ToList();
|
||||
|
||||
foreach (var source in list)
|
||||
|
||||
Reference in New Issue
Block a user