mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
0f2ee2686d
commit
d6971581d6
@ -2421,7 +2421,7 @@ namespace Emby.Server.Implementations.Library
|
||||
// Read from metadata
|
||||
var mediaInfo = _mediaEncoder.GetMediaInfo(new MediaInfoRequest
|
||||
{
|
||||
MediaSource = episode.GetMediaSources(false).First(),
|
||||
MediaSource = episode.GetMediaSources(false)[0],
|
||||
MediaType = DlnaProfileType.Video,
|
||||
ExtractChapters = false
|
||||
}, CancellationToken.None).GetAwaiter().GetResult();
|
||||
|
Loading…
Reference in New Issue
Block a user