kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch 'fix-remote-library-radio' into 'develop'
Fix public shared remote library radio button being disabled Closes #1292 See merge request funkwhale/funkwhale!1246environments/review-docs-devel-1399dq/deployments/6607
commit
ea4fc2632e
|
@ -0,0 +1 @@
|
|||
Fix public shared remote library radio button being disabled (#1292)
|
|
@ -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
|
||||
)
|
||||
|
|
Ładowanie…
Reference in New Issue