فهرست منبع

One more missed suggestions (removing commented out code)

Stepan 4 سال پیش
والد
کامیت
b66239fd52
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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();