diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-01-28 11:29:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 11:29:22 +0100 |
| commit | bcdffa74a80972f8493837fa911c9628598f7fa3 (patch) | |
| tree | 9ce05e93dfed4339b86eea1b05620ad0a4635d07 /MediaBrowser.Controller/Entities/Folder.cs | |
| parent | 0869a4f1f6e4b7cd327a0b14db08b070e963e776 (diff) | |
| parent | a70200af149eb5702178483d5bcc4d50a73e784f (diff) | |
Remove useless checks and dead code (#13405)
* Remove useless checks and dead code
* Enable adaptive bitrate streaming again
* Disable adaptive bitrate streaming by default
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 a13f04614..8428e693b 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -1242,11 +1242,6 @@ namespace MediaBrowser.Controller.Entities return false; } - if (request.GenreIds.Count > 0) - { - return false; - } - if (request.VideoTypes.Length > 0) { return false; |
