Fix formating

This commit is contained in:
Zoe Roux 2024-08-09 16:56:28 +02:00
parent ab86cfca3a
commit 848819c8cd
3 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,6 @@ public class VideoApi : Controller
await _Proxy($"{path}/direct/{identifier}"); await _Proxy($"{path}/direct/{identifier}");
} }
[HttpGet("{path:base64}/master.m3u8")] [HttpGet("{path:base64}/master.m3u8")]
[PartialPermission(Kind.Play)] [PartialPermission(Kind.Play)]
[ProducesResponseType(StatusCodes.Status206PartialContent)] [ProducesResponseType(StatusCodes.Status206PartialContent)]

View File

@ -39,7 +39,7 @@
"formatter": { "formatter": {
"jsxQuoteStyle": "double", "jsxQuoteStyle": "double",
"quoteProperties": "asNeeded", "quoteProperties": "asNeeded",
"trailingComma": "all", "trailingCommas": "all",
"semicolons": "always", "semicolons": "always",
"arrowParentheses": "always", "arrowParentheses": "always",
"bracketSpacing": true, "bracketSpacing": true,

View File

@ -19,10 +19,10 @@
*/ */
import { import {
type Video,
type Audio, type Audio,
type QueryIdentifier, type QueryIdentifier,
type Subtitle, type Subtitle,
type Video,
type WatchInfo, type WatchInfo,
WatchInfoP, WatchInfoP,
} from "@kyoo/models"; } from "@kyoo/models";