Browse Source

fix: Typo

Owen Diffey 1 year ago
parent
commit
8701f863d5
1 changed files with 1 additions and 1 deletions
  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);
 										}