Merge remote-tracking branch 'upstream/master' into http-exception

This commit is contained in:
crobibero
2020-11-15 13:09:05 -07:00
76 changed files with 532 additions and 779 deletions

View File

@@ -2706,7 +2706,7 @@ namespace Emby.Server.Implementations.Library
var videos = videoListResolver.Resolve(fileSystemChildren);
var currentVideo = videos.FirstOrDefault(i => string.Equals(owner.Path, i.Files.First().Path, StringComparison.OrdinalIgnoreCase));
var currentVideo = videos.FirstOrDefault(i => string.Equals(owner.Path, i.Files[0].Path, StringComparison.OrdinalIgnoreCase));
if (currentVideo != null)
{