Эх сурвалжийг харах

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

Owen Diffey 5 жил өмнө
parent
commit
012766296a

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

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