Prechádzať zdrojové kódy

One more missed suggestions (removing commented out code)

Stepan 4 rokov pred
rodič
commit
b66239fd52
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      Emby.Naming/Video/VideoListResolver.cs

+ 0 - 1
Emby.Naming/Video/VideoListResolver.cs

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