Skip to content

Commit

Permalink
show options for video when there is an error
Browse files Browse the repository at this point in the history
  • Loading branch information
khusroohayat committed Aug 27, 2024
1 parent bc9588c commit 860c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WatchVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ToastComponent>
</Transition>

<div v-show="!video.error">
<div>
<div :class="isMobile ? 'flex-col' : 'flex'">
<keep-alive>
<VideoPlayer
Expand Down

0 comments on commit 860c1e2

Please sign in to comment.