merge: upstream
This commit is contained in:
@@ -39,7 +39,7 @@ if (!['http:', 'https:'].includes(requestUrl.protocol)) throw new Error('invalid
|
||||
const fetching = ref(true);
|
||||
const title = ref<string | null>(null);
|
||||
const player = ref({
|
||||
url: null,
|
||||
url: null as string | null,
|
||||
width: null,
|
||||
height: null,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user