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
petitminion
funkwhale
Commits
ce46e4d9
Verified
Commit
ce46e4d9
authored
Dec 27, 2021
by
Georg Krause
Browse files
Fix album play button
parent
e567abd5
Changes
2
Show whitespace changes
Inline
Side-by-side
front/src/components/library/AlbumBase.vue
View file @
ce46e4d9
...
...
@@ -83,6 +83,7 @@
<play-button
class=
"vibrant"
:tracks=
"object.tracks"
:is-playable=
"object.is_playable"
/>
<div
class=
"ui hidden horizontal divider"
/>
<album-dropdown
...
...
@@ -170,6 +171,7 @@
<play-button
class=
"vibrant"
:album=
"object"
:is-playable=
"object.is_playable"
/>
<div
class=
"ui horizontal hidden divider"
/>
<album-dropdown
...
...
front/src/views/library/DetailAlbums.vue
View file @
ce46e4d9
...
...
@@ -37,7 +37,7 @@ export default {
AlbumWidget
},
props
:
{
object
:
{
type
:
String
,
required
:
true
},
object
:
{
type
:
Object
,
required
:
true
},
isOwner
:
{
type
:
Boolean
,
required
:
true
}
}
}
...
...
Write
Preview
Supports
Markdown
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