Skip to content

Commit

Permalink
fix down player if view trailer (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin authored Apr 24, 2023
1 parent 5d9a39f commit 3c26035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/phim/_season.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div v-else class="w-full overflow-hidden fixed top-0 left-0 z-200">
<q-img
no-spinner
v-if="sources?.[0]?.url"
v-if="!sources?.[0]?.url"
:ratio="16 / 9"
src="~assets/ic_question_result_error.png"
width="100"
Expand Down

0 comments on commit 3c26035

Please sign in to comment.