소스 검색

Small bug fix for last commit

Kristian Vos 4 년 전
부모
커밋
b9c37bb41a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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" &&