mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
141d725a78
commit
ea827a48ac
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div v-if="video && !isEmbed" class="uk-container uk-container-xlarge">
|
||||
<div v-if="video && !isEmbed" class="uk-container uk-container-expand">
|
||||
<ErrorHandler v-if="video && video.error" :message="video.message" :error="video.error" />
|
||||
|
||||
<div v-show="!video.error">
|
||||
|
|
Loading…
Reference in a new issue