Enable path mapping in PlaybackInfo
endpoint
This commit is contained in:
parent
8e71046a3c
commit
549a2d8b6d
|
@ -275,7 +275,7 @@ namespace MediaBrowser.Api.Playback
|
||||||
{
|
{
|
||||||
|
|
||||||
// TODO handle supportedLiveMediaTypes?
|
// TODO handle supportedLiveMediaTypes?
|
||||||
var mediaSourcesList = await _mediaSourceManager.GetPlaybackMediaSources(item, user, true, false, CancellationToken.None).ConfigureAwait(false);
|
var mediaSourcesList = await _mediaSourceManager.GetPlaybackMediaSources(item, user, true, true, CancellationToken.None).ConfigureAwait(false);
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(mediaSourceId))
|
if (string.IsNullOrWhiteSpace(mediaSourceId))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user