frontend: align types to backend, playout HLS, rm Jellyfin proxy (#12)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import type { LogoPosition } from "@/lib/types";
|
||||
|
||||
function logoPositionClass(pos?: LogoPosition) {
|
||||
function logoPositionClass(pos?: string) {
|
||||
switch (pos) {
|
||||
case "top_left":
|
||||
return "top-0 left-0";
|
||||
@@ -15,7 +13,7 @@ function logoPositionClass(pos?: LogoPosition) {
|
||||
|
||||
interface LogoWatermarkProps {
|
||||
logo: string;
|
||||
position?: LogoPosition;
|
||||
position?: string;
|
||||
opacity?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user