Преглед на файлове

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

KrisVos130 преди 8 години
родител
ревизия
351883a802
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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
 							}
 						});