diff options
| author | Bond_009 <bond.009@outlook.com> | 2025-01-22 17:31:52 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2025-01-22 17:31:52 +0100 |
| commit | 47f798827b956dbacfed2a870bab02e7ffc0da12 (patch) | |
| tree | 1cdb26a0935d994ff2b249119ca4a400d006aa4f /MediaBrowser.Controller/Entities/Folder.cs | |
| parent | 5612d2187b8b6d40c4767454a06c8662f02ad6fd (diff) | |
Remove useless checks and dead code
Diffstat (limited to 'MediaBrowser.Controller/Entities/Folder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Folder.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index 83c19a54e..f3d893a2e 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -1240,11 +1240,6 @@ namespace MediaBrowser.Controller.Entities return false; } - if (request.GenreIds.Count > 0) - { - return false; - } - if (request.VideoTypes.Length > 0) { return false; |
