One more missed suggestions (removing commented out code)

This commit is contained in:
Stepan 2020-11-12 13:18:22 +01:00
parent 3bca1181b3
commit b66239fd52

View file

@ -37,7 +37,6 @@ namespace Emby.Naming.Video
var videoInfos = files
.Select(i => videoResolver.Resolve(i.FullName, i.IsDirectory))
// .Where(i => i != null)
.OfType<VideoFileInfo>()
.ToList();