瀏覽代碼

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 => {