diff --git a/back/src/Kyoo.Core/Views/Content/VideoApi.cs b/back/src/Kyoo.Core/Views/Content/VideoApi.cs index bd8c0621..aa1b9b0c 100644 --- a/back/src/Kyoo.Core/Views/Content/VideoApi.cs +++ b/back/src/Kyoo.Core/Views/Content/VideoApi.cs @@ -78,7 +78,6 @@ public class VideoApi : Controller await _Proxy($"{path}/direct/{identifier}"); } - [HttpGet("{path:base64}/master.m3u8")] [PartialPermission(Kind.Play)] [ProducesResponseType(StatusCodes.Status206PartialContent)] diff --git a/biome.json b/biome.json index 1bd45c09..d8b12b95 100644 --- a/biome.json +++ b/biome.json @@ -39,7 +39,7 @@ "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", - "trailingComma": "all", + "trailingCommas": "all", "semicolons": "always", "arrowParentheses": "always", "bracketSpacing": true, diff --git a/front/packages/ui/src/components/media-info.tsx b/front/packages/ui/src/components/media-info.tsx index 9db7ab45..8ff05f16 100644 --- a/front/packages/ui/src/components/media-info.tsx +++ b/front/packages/ui/src/components/media-info.tsx @@ -19,10 +19,10 @@ */ import { - type Video, type Audio, type QueryIdentifier, type Subtitle, + type Video, type WatchInfo, WatchInfoP, } from "@kyoo/models";