Skip to content

Commit

Permalink
Fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Aug 9, 2024
1 parent 4ce6091 commit 74d393a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion back/src/Kyoo.Core/Views/Content/VideoApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public async Task GetDirectStream(string path, string identifier)
await _Proxy($"{path}/direct/{identifier}");
}


[HttpGet("{path:base64}/master.m3u8")]
[PartialPermission(Kind.Play)]
[ProducesResponseType(StatusCodes.Status206PartialContent)]
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"formatter": {
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "always",
"arrowParentheses": "always",
"bracketSpacing": true,
Expand Down
2 changes: 1 addition & 1 deletion front/packages/ui/src/components/media-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
*/

import {
type Video,
type Audio,
type QueryIdentifier,
type Subtitle,
type Video,
type WatchInfo,
WatchInfoP,
} from "@kyoo/models";
Expand Down

0 comments on commit 74d393a

Please sign in to comment.