[feature] Next episode button #4
@ -7,7 +7,6 @@ import { UiPlayerChangeEpisodeButton } from "#components";
|
|||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
urls: any[];
|
urls: any[];
|
||||||
id: string;
|
|
||||||
episodeButton: boolean;
|
episodeButton: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,7 +31,6 @@ const options = computed(() => {
|
|||||||
lock: true,
|
lock: true,
|
||||||
autoOrientation: true,
|
autoOrientation: true,
|
||||||
autoPlayback: true,
|
autoPlayback: true,
|
||||||
id: props.id,
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const artplayerRef = ref();
|
const artplayerRef = ref();
|
||||||
|
@ -8,8 +8,7 @@
|
|||||||
<p>Episode: {{ episode }}</p>
|
<p>Episode: {{ episode }}</p>
|
||||||
|
|
||||||
<div v-if="hlsUrls">
|
<div v-if="hlsUrls">
|
||||||
<Player :id="mediaId.toString().concat(episode?.toString() || '')" :urls="hlsUrls" :episode="episode"
|
<Player :urls="hlsUrls" :episode="episode" :episodeButton="true" />
|
||||||
:episodeButton="true" />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Loading and Error States -->
|
<!-- Loading and Error States -->
|
||||||
|
Reference in New Issue
Block a user