mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix formating
This commit is contained in:
parent
ab86cfca3a
commit
848819c8cd
@ -78,7 +78,6 @@ public class VideoApi : Controller
|
||||
await _Proxy($"{path}/direct/{identifier}");
|
||||
}
|
||||
|
||||
|
||||
[HttpGet("{path:base64}/master.m3u8")]
|
||||
[PartialPermission(Kind.Play)]
|
||||
[ProducesResponseType(StatusCodes.Status206PartialContent)]
|
||||
|
@ -39,7 +39,7 @@
|
||||
"formatter": {
|
||||
"jsxQuoteStyle": "double",
|
||||
"quoteProperties": "asNeeded",
|
||||
"trailingComma": "all",
|
||||
"trailingCommas": "all",
|
||||
"semicolons": "always",
|
||||
"arrowParentheses": "always",
|
||||
"bracketSpacing": true,
|
||||
|
@ -19,10 +19,10 @@
|
||||
*/
|
||||
|
||||
import {
|
||||
type Video,
|
||||
type Audio,
|
||||
type QueryIdentifier,
|
||||
type Subtitle,
|
||||
type Video,
|
||||
type WatchInfo,
|
||||
WatchInfoP,
|
||||
} from "@kyoo/models";
|
||||
|
Loading…
x
Reference in New Issue
Block a user