소스 검색

refactor: removed duplicate check

Kristian Vos 3 년 전
부모
커밋
dd48037327
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/pages/Station/index.vue

+ 1 - 1
frontend/src/pages/Station/index.vue

@@ -1135,7 +1135,7 @@ export default {
 
 			this.updateNextSong(nextSong);
 
-			if (res.data.queue.length < 50) this.addPartyPlaylistSongToQueue();
+			this.addPartyPlaylistSongToQueue();
 		});
 
 		this.socket.on("event:station.queue.song.repositioned", res => {