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}");
|
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)]
|
||||||
|
@ -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,
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user