Explorar o código

refactor: automatically edit the first song in EditSongs upon opening

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