diff --git a/front/packages/models/src/resources/watch-info.ts b/front/packages/models/src/resources/watch-info.ts index 9990e935..d7ff3137 100644 --- a/front/packages/models/src/resources/watch-info.ts +++ b/front/packages/models/src/resources/watch-info.ts @@ -45,23 +45,23 @@ export const VideoP = z.object({ * The Quality of the Video * E.g. "1080p" (TODO: FIND ACTUAL ENUM) */ - quality: z.string(), + quality: z.string(), /** * The Width of the Video Frame * E.g. 1424 */ - width: z.number(), + width: z.number(), /** * The Height of the Video Frame * E.g. 1072 */ - height: z.number(), + height: z.number(), /** * The Bitrate (in bits/seconds) of the video track * E.g. 2693245 */ - bitrate: z.number() -}) + bitrate: z.number(), +}); export type Video = z.infer; diff --git a/front/packages/ui/src/components/media-info.tsx b/front/packages/ui/src/components/media-info.tsx index 81944dc2..63716846 100644 --- a/front/packages/ui/src/components/media-info.tsx +++ b/front/packages/ui/src/components/media-info.tsx @@ -58,7 +58,7 @@ const MediaInfoTable = ({ const table = ( [ { - [t("mediainfo.file")]: path?.replace(/^\/video\//, ''), + [t("mediainfo.file")]: path?.replace(/^\/video\//, ""), [t("mediainfo.container")]: container, }, { diff --git a/front/packages/ui/src/details/header.tsx b/front/packages/ui/src/details/header.tsx index bc6c1077..514a7c23 100644 --- a/front/packages/ui/src/details/header.tsx +++ b/front/packages/ui/src/details/header.tsx @@ -257,7 +257,8 @@ export const TitleLine = ({ - slug && setPopup( + slug && + setPopup(