瀏覽代碼

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 => {