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>

View File

@@ -44,7 +44,7 @@ $breakpoint4: 1500px;
--text-contrast: #fff;
--background: var(--background-light);
--background-dim: #fafafa;
--background-dim: #f5f5f5;
--background-soft: #fdfdfd;
--profile: #222;