Browse Source

Fixed issue where party mode was undefined when no song was playing.

KrisVos130 8 năm trước cách đây
mục cha
commit
351883a802
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      backend/logic/actions/stations.js

+ 1 - 0
backend/logic/actions/stations.js

@@ -211,6 +211,7 @@ module.exports = {
 								description: station.description,
 								displayName: station.displayName,
 								privacy: station.privacy,
+								partyMode: station.partyMode,
 								owner: station.owner
 							}
 						});