Explorar o código

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

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