fix URL icons for plyr

This commit is contained in:
Jesús
2019-04-13 13:38:20 -05:00
parent 876650fd3e
commit e965f6b410
3 changed files with 4 additions and 4 deletions

View File

@@ -3521,9 +3521,9 @@ typeof navigator === "object" && (function (global, factory) {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
iconUrl: '../theme/modules/plyr/plyr.svg',
iconUrl: '/theme/modules/plyr/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: '../theme/modules/plyr/blank.mp4',
blankVideo: '/theme/modules/plyr/blank.mp4',
// Quality default
quality: {
default: 576,

File diff suppressed because one or more lines are too long