mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
One more missed suggestions (removing commented out code)
This commit is contained in:
parent
3bca1181b3
commit
b66239fd52
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue