Explorar o código

fix(Playlists): songs can't be sortable if they are non user-modifiable

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan %!s(int64=4) %!d(string=hai) anos
pai
achega
d1bb174634
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/components/modals/EditPlaylist.vue

+ 1 - 1
frontend/src/components/modals/EditPlaylist.vue

@@ -238,7 +238,7 @@ export default {
 			return {
 				animation: 200,
 				group: "description",
-				disabled: false,
+				disabled: !this.playlist.isUserModifiable,
 				ghostClass: "draggable-list-ghost"
 			};
 		}