[web-src] Fix Spotify search for single type

This commit is contained in:
chme 2020-11-21 11:08:26 +01:00
parent cbfea854d2
commit 070f5bb8a9

View File

@ -271,9 +271,7 @@ export default {
this.$store.commit(types.ADD_RECENT_SEARCH, this.query.query)
if (this.query.type.includes(',')) {
this.search_all()
}
this.search_all()
},
spotify_search: function () {