Explorar o código

refactor: removed duplicate check

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
dd48037327
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {