mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
The future is now
This commit is contained in:
parent
08be7f094a
commit
828504e925
@ -92,7 +92,7 @@ namespace Jellyfin.Api.Controllers
|
||||
}
|
||||
};
|
||||
|
||||
if (!(item is Folder folder))
|
||||
if (item is not Folder folder)
|
||||
{
|
||||
return new QueryFiltersLegacy();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user