|
@@ -356,7 +356,7 @@ export default {
|
|
return {
|
|
return {
|
|
animation: 200,
|
|
animation: 200,
|
|
group: "description",
|
|
group: "description",
|
|
- disabled: !this.playlist.isUserModifiable,
|
|
|
|
|
|
+ disabled: !this.isEditable(),
|
|
ghostClass: "draggable-list-ghost"
|
|
ghostClass: "draggable-list-ghost"
|
|
};
|
|
};
|
|
}
|
|
}
|