Skip to content

Commit

Permalink
remove invalid leading slash blank.mp4 path
Browse files Browse the repository at this point in the history
- it causes url requests outside of the nextcloud path if not configured at root
- #1258

Signed-off-by: Birk Bohne <birk@batchworks.de>
  • Loading branch information
birkb committed Jun 4, 2022
1 parent 43e7003 commit 056a985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Videos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {
return {
autoplay: this.active === true,
// Used to reset the video streams https://github.com/sampotts/plyr#javascript-1
blankVideo: '/blank.mp4',
blankVideo: 'blank.mp4',
controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'fullscreen'],
loadSprite: false,
}
Expand Down

0 comments on commit 056a985

Please sign in to comment.