One more missed suggestions (removing commented out code)

pull/4456/head
Stepan 4 years ago
parent 3bca1181b3
commit b66239fd52

@ -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();

Loading…
Cancel
Save