浏览代码

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" &&