mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:33:02 +02:00
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
7005326685
commit
b16ba7d985
1 changed files with 0 additions and 1 deletions
|
|
@ -2422,7 +2422,6 @@ namespace Emby.Server.Implementations.Library
|
|||
MediaSource = episode.GetMediaSources(false).First(),
|
||||
MediaType = DlnaProfileType.Video,
|
||||
ExtractChapters = false
|
||||
|
||||
}, CancellationToken.None);
|
||||
task.Wait();
|
||||
if (task.IsCompletedSuccessfully) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue