add item flyouts

pull/702/head
Luke Pulverenti 10 years ago
parent f64f0603ae
commit 2189851f11

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

Loading…
Cancel
Save