mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-19 02:15:18 -04:00
[web-src] Fix Spotify search for single type
This commit is contained in:
parent
cbfea854d2
commit
070f5bb8a9
@ -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 () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user