mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 15:16:41 +00:00
One more missed suggestions (removing commented out code)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user