The future is now

pull/4643/head
crobibero 4 years ago
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…
Cancel
Save