mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
The future is now
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Jellyfin.Api.Controllers
|
||||
}
|
||||
};
|
||||
|
||||
if (!(item is Folder folder))
|
||||
if (item is not Folder folder)
|
||||
{
|
||||
return new QueryFiltersLegacy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user