fix(FE): show model, union type

This commit is contained in:
Michael 2025-03-31 01:50:12 +02:00
parent 474cc47c10
commit feaf9799ed

View file

@ -15,7 +15,7 @@ export interface Show {
liveStreamUsingCustomAuth?: boolean;
liveStreamUser?: string;
liveStreamPass?: string;
imagePath?: string;
imagePath?: string | File;
hasAutoplaylist: boolean;
autoplaylistId?: number;
autoplaylistRepeat: boolean;