Просмотр исходного кода

refactor: removed duplicate check

Kristian Vos 3 лет назад
Родитель
Сommit
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 => {