mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
add item flyouts
This commit is contained in:
@@ -351,7 +351,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
var item = GetInternalChannel(id);
|
||||
var service = GetService(item);
|
||||
|
||||
return await service.GetChannelStreamMediaSources(id, cancellationToken).ConfigureAwait(false);
|
||||
return await service.GetChannelStreamMediaSources(item.ExternalId, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
private ILiveTvService GetService(ILiveTvItem item)
|
||||
|
||||
Reference in New Issue
Block a user