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}");
}
[HttpGet("{path:base64}/master.m3u8")]
[PartialPermission(Kind.Play)]
[ProducesResponseType(StatusCodes.Status206PartialContent)]

View File

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

View File

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