Remove redundant id prop from Player

This commit is contained in:
2025-09-01 00:07:37 +05:00
parent 1e604922b9
commit c6296003af
2 changed files with 1 additions and 4 deletions

View File

@ -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();