Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mélanie Chauvel
funkwhale
Commits
872ad863
Commit
872ad863
authored
Nov 21, 2020
by
Philipp Wolfer
Browse files
Fix public shared remote library radio button being disabled
Fixes #1292
parent
40c2bd89
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/1292.bugfix
0 → 100644
View file @
872ad863
Fix public shared remote library radio button being disabled (#1292)
\ No newline at end of file
front/src/views/library/DetailBase.vue
View file @
872ad863
...
...
@@ -194,7 +194,7 @@ export default {
isPlayable
()
{
return
this
.
object
.
uploads_count
>
0
&&
(
this
.
isOwner
||
this
.
object
.
privacy_level
===
'
public
'
||
this
.
object
.
privacy_level
===
'
everyone
'
||
(
this
.
object
.
privacy_level
===
'
instance
'
&&
this
.
$store
.
state
.
auth
.
authenticated
&&
this
.
object
.
actor
.
domain
===
this
.
$store
.
getters
[
'
instance/domain
'
])
||
(
this
.
$store
.
getters
[
'
libraries/follow
'
](
this
.
object
.
uuid
)
||
{}).
approved
===
true
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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