diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-01-13 09:01:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-13 09:01:14 +0100 |
| commit | cf13e89ad6d086cc20acd877a76df23900b222a9 (patch) | |
| tree | c913a7f93b5051a801171f8c8d80c29fcc56a074 | |
| parent | 56f580cdf6eb1a84275a582c4dc7dfb8245cc347 (diff) | |
Update MediaBrowser.Api/Playback/MediaInfoService.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
| -rw-r--r-- | MediaBrowser.Api/Playback/MediaInfoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/MediaInfoService.cs b/MediaBrowser.Api/Playback/MediaInfoService.cs index 53823943f..10f10a15e 100644 --- a/MediaBrowser.Api/Playback/MediaInfoService.cs +++ b/MediaBrowser.Api/Playback/MediaInfoService.cs @@ -274,7 +274,7 @@ namespace MediaBrowser.Api.Playback if (string.IsNullOrWhiteSpace(liveStreamId)) { - // TODO handle supportedLiveMediaTypes ? + // TODO handle supportedLiveMediaTypes? var mediaSourcesList = await _mediaSourceManager.GetPlaybackMediaSources(item, user, true, false, CancellationToken.None).ConfigureAwait(false); if (string.IsNullOrWhiteSpace(mediaSourceId)) |
