Jelajahi Sumber

fix(Edit Playlist Modal): fixed issue with searching for songs

Kristian Vos 5 tahun lalu
induk
melakukan
d678909206
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      frontend/components/Modals/Playlists/Edit.vue

+ 1 - 1
frontend/components/Modals/Playlists/Edit.vue

@@ -282,7 +282,7 @@ export default {
 			return this.formatTime(length);
 			return this.formatTime(length);
 		},
 		},
 		searchForSongs() {
 		searchForSongs() {
-			let query = this.directSongQuery;
+			let query = this.searchSongQuery;
 			if (query.indexOf("&index=") !== -1) {
 			if (query.indexOf("&index=") !== -1) {
 				query = query.split("&index=");
 				query = query.split("&index=");
 				query.pop();
 				query.pop();