Require properly typed ActionResult<T> (#8382)

This commit is contained in:
Cody Robibero
2022-09-11 17:47:01 -06:00
committed by GitHub
parent 01b6f7fea4
commit d2e18547b1
8 changed files with 65 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ using System;
using System.ComponentModel.DataAnnotations;
using System.Net.Mime;
using System.Text.Json;
using System.Threading.Tasks;
using Jellyfin.Api.Attributes;
using Jellyfin.Api.Constants;
using Jellyfin.Api.Models.ConfigurationDtos;