Remove redundant id prop from Player
This commit is contained in:
@ -7,7 +7,6 @@ import { UiPlayerChangeEpisodeButton } from "#components";
|
||||
|
||||
interface Props {
|
||||
urls: any[];
|
||||
id: string;
|
||||
episodeButton: boolean;
|
||||
}
|
||||
|
||||
@ -32,7 +31,6 @@ const options = computed(() => {
|
||||
lock: true,
|
||||
autoOrientation: true,
|
||||
autoPlayback: true,
|
||||
id: props.id,
|
||||
}
|
||||
})
|
||||
const artplayerRef = ref();
|
||||
|
Reference in New Issue
Block a user