Skip to content

Commit

Permalink
fix broken svgs for mediaelement plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu committed Jan 17, 2025
1 parent 6224410 commit cb69ea5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Object.assign(mejs.MepDefaults, {

jumpForwardText: null,

iconSpritePathJumpForward: '<%= asset_path("jumpforward.svg") %>'
iconSpritePathJumpForward: '<%= asset_path("jump-forward.svg") %>'
});

Object.assign(MediaElementPlayer.prototype, {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Object.assign(mejs.MepDefaults, {

skipBackText: null,

iconSpritePathSkipBack: '<%= asset_path("skipback.svg") %>'
iconSpritePathSkipBack: '<%= asset_path("skip-back.svg") %>'
});

Object.assign(MediaElementPlayer.prototype, {
Expand Down
11 changes: 11 additions & 0 deletions vendor/assets/mediaelement-plugins/skip-back/skip-back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions vendor/assets/mediaelement-plugins/skip-back/skipback.svg

This file was deleted.

0 comments on commit cb69ea5

Please sign in to comment.