Parcourir la source

refactor: automatically edit the first song in EditSongs upon opening

Kristian Vos il y a 3 ans
Parent
commit
058029aaeb
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      frontend/src/components/modals/EditSongs.vue

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

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