소스 검색

refactor: automatically edit the first song in EditSongs upon opening

Kristian Vos 3 년 전
부모
커밋
058029aaeb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 => {