Owen Diffey 1 年間 前
コミット
8701f863d5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      backend/logic/stations.js

+ 1 - 1
backend/logic/stations.js

@@ -941,7 +941,7 @@ class _StationsModule extends CoreClass {
 											if (
 												!users.includes(socket.session.userId) &&
 												(socket.session.stationState !== "participate" ||
-													station.currentSong.skippedAt.includes(socket.session.userId))
+													station.currentSong.skipVotes.includes(socket.session.userId))
 											)
 												users.push(socket.session.userId);
 										}