mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Front: Prettier
This commit is contained in:
parent
37acfa1eec
commit
aea6253094
@ -60,8 +60,8 @@ export const VideoP = z.object({
|
||||
* The Bitrate (in bits/seconds) of the video track
|
||||
* E.g. 2693245
|
||||
*/
|
||||
bitrate: z.number()
|
||||
})
|
||||
bitrate: z.number(),
|
||||
});
|
||||
|
||||
export type Video = z.infer<typeof VideoP>;
|
||||
|
||||
|
@ -58,7 +58,7 @@ const MediaInfoTable = ({
|
||||
const table = (
|
||||
[
|
||||
{
|
||||
[t("mediainfo.file")]: path?.replace(/^\/video\//, ''),
|
||||
[t("mediainfo.file")]: path?.replace(/^\/video\//, ""),
|
||||
[t("mediainfo.container")]: container,
|
||||
},
|
||||
{
|
||||
|
@ -257,7 +257,8 @@ export const TitleLine = ({
|
||||
<IconButton
|
||||
icon={Info}
|
||||
onPress={() =>
|
||||
slug && setPopup(
|
||||
slug &&
|
||||
setPopup(
|
||||
<MediaInfoPopup
|
||||
mediaType={type}
|
||||
mediaSlug={slug}
|
||||
|
Loading…
x
Reference in New Issue
Block a user