Browse Source

Merge branch 'experimental' of https://github.com/Musare/MusareNode into experimental

Kristian Vos 5 years ago
parent
commit
ccf1a49d13
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frontend/components/Modals/EditSong.vue

+ 2 - 0
frontend/components/Modals/EditSong.vue

@@ -1122,6 +1122,8 @@ export default {
 			this.genreHelper.shown = genreHelper.shown;
 		}
 
+		this.discogsQuery = this.editing.song.title;
+
 		lofig.get("cookie.secure", res => {
 			this.useHTTPS = res;
 		});