fix: landscape design

This commit is contained in:
Fredrik Burmester
2024-08-29 08:40:55 +02:00
parent 30348dc28f
commit d52f025873
7 changed files with 77 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ export const getStreamUrl = async ({
subtitleStreamIndex?: number;
forceDirectPlay?: boolean;
height?: number;
mediaSourceId?: string | null;
mediaSourceId: string | null;
}) => {
if (!api || !userId || !item?.Id || !mediaSourceId) {
return null;