mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
One more missed suggestions (removing commented out code)
This commit is contained in:
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…
Reference in New Issue
Block a user