Ver Fonte

Small bug fix for last commit

Kristian Vos há 4 anos atrás
pai
commit
b9c37bb41a
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      frontend/src/components/modals/EditStation.vue

+ 0 - 1
frontend/src/components/modals/EditStation.vue

@@ -652,7 +652,6 @@ export default {
 				this.originalStation.type === "community" &&
 				this.originalStation.partyMode !== this.station.partyMode;
 			const playModeChanged =
-				this.originalStation.type === "community" &&
 				this.originalStation.playMode !== this.station.playMode;
 			const queueLockChanged =
 				this.originalStation.type === "community" &&