Not using media hash subdirs for S3 uploads. Updated video player for S3.

This commit is contained in:
DebaucheryLibrarian
2021-02-23 00:54:19 +01:00
parent e9603ecec9
commit c1829c64c2
3 changed files with 13 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
@pause="$emit('pause')"
>
<source
:src="`/media/${video.path}`"
:src="getPath(video)"
type="video/mp4"
>
</video>