mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web-src] Fix Spotify search for single type
This commit is contained in:
@@ -271,9 +271,7 @@ export default {
|
|||||||
|
|
||||||
this.$store.commit(types.ADD_RECENT_SEARCH, this.query.query)
|
this.$store.commit(types.ADD_RECENT_SEARCH, this.query.query)
|
||||||
|
|
||||||
if (this.query.type.includes(',')) {
|
|
||||||
this.search_all()
|
this.search_all()
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
spotify_search: function () {
|
spotify_search: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user