aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/item_handlers/LdVideoViewer.vue
diff options
context:
space:
mode:
authorZero~Informatique2021-07-03 23:12:44 +0200
committerZero~Informatique2021-07-03 23:12:44 +0200
commit34fc1501f74f29d29737164e47977b7412c84ceb (patch)
tree504fb65761bbfbc6232af4a69fc948d2b08bb9a5 /viewer/src/components/item_handlers/LdVideoViewer.vue
parentde6827776283d06eab889790a238979fb8156a3e (diff)
downloadldgallery-34fc1501f74f29d29737164e47977b7412c84ceb.tar.gz
viewer: types normalization
Forgot to rename two components, causing a regression from PR #302
Diffstat (limited to 'viewer/src/components/item_handlers/LdVideoViewer.vue')
-rw-r--r--viewer/src/components/item_handlers/LdVideoViewer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/item_handlers/LdVideoViewer.vue b/viewer/src/components/item_handlers/LdVideoViewer.vue
index a203b13..be44922 100644
--- a/viewer/src/components/item_handlers/LdVideoViewer.vue
+++ b/viewer/src/components/item_handlers/LdVideoViewer.vue
@@ -22,7 +22,7 @@
22 <!-- intermediate container necessary to eliminate the scrollbar --> 22 <!-- intermediate container necessary to eliminate the scrollbar -->
23 <div class="fill no-scroll"> 23 <div class="fill no-scroll">
24 <video class="fill" :src="itemResourceUrl" :poster="thumbnailResourceUrl" preload="auto" controls> 24 <video class="fill" :src="itemResourceUrl" :poster="thumbnailResourceUrl" preload="auto" controls>
25 <ld-download :item="item" /> 25 <ld-download-viewer :item="item" />
26 </video> 26 </video>
27 </div> 27 </div>
28</template> 28</template>