Update Emby.Server.Implementations/Library/LibraryManager.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2421/head
Ulrich Wagner 5 years ago committed by GitHub
parent 7005326685
commit b16ba7d985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save