The future is now

This commit is contained in:
crobibero 2020-12-02 08:04:08 -07:00
parent 08be7f094a
commit 828504e925
1 changed files with 1 additions and 1 deletions

View File

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