Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Von
funkwhale
Commits
9005ebbd
Commit
9005ebbd
authored
Nov 19, 2018
by
Eliot Berriot
Browse files
Fix #613: incorrect icon for "next track" in player control
parents
0cc142b5
a4593346
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/613.bugfix
0 → 100644
View file @
9005ebbd
Fixed incorrect icon for "next track" in player control (#613)
\ No newline at end of file
front/src/components/audio/Player.vue
View file @
9005ebbd
...
...
@@ -107,7 +107,7 @@
class=
"two wide column control"
@
click.prevent.stop=
"next"
:disabled=
"!hasNext"
>
<i
:class=
"['ui',
{'disabled': !hasNext},
'step',
'forward', 'secondary', 'icon']" >
</i>
<i
:class=
"['ui',
{'disabled': !hasNext}, 'forward', 'secondary', 'icon']" >
</i>
</a>
<div
class=
"wide column control volume-control"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment