Missed some stuff

This commit is contained in:
Bond_009
2020-11-14 16:28:49 +01:00
parent c4bb32f259
commit ff49a3bb61
12 changed files with 18 additions and 18 deletions

View File

@@ -2705,7 +2705,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)
{