2
0
Эх сурвалжийг харах

refactor: automatically edit the first song in EditSongs upon opening

Kristian Vos 3 жил өмнө
parent
commit
058029aaeb

+ 2 - 0
frontend/src/components/modals/EditSongs.vue

@@ -163,6 +163,8 @@ export default {
 					song
 					song
 				});
 				});
 			});
 			});
+
+			this.editNextSong();
 		});
 		});
 
 
 		this.socket.on(`event:admin.song.updated`, res => {
 		this.socket.on(`event:admin.song.updated`, res => {