Browse Source

The future is now

crobibero 4 years ago
parent
commit
828504e925
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Api/Controllers/FilterController.cs

+ 1 - 1
Jellyfin.Api/Controllers/FilterController.cs

@@ -92,7 +92,7 @@ namespace Jellyfin.Api.Controllers
                 }
             };
 
-            if (!(item is Folder folder))
+            if (item is not Folder folder)
             {
                 return new QueryFiltersLegacy();
             }