mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
Merge pull request #1379 from whatdoineed2do/composer-relative-paths
[web-src] inline with 39b14ff8d - relative paths for proxy'ing
This commit is contained in:
@@ -268,7 +268,7 @@ export default {
|
||||
},
|
||||
|
||||
library_composers () {
|
||||
return axios.get('/api/library/composers')
|
||||
return axios.get('./api/library/composers')
|
||||
},
|
||||
|
||||
library_composer (composer) {
|
||||
@@ -277,7 +277,7 @@ export default {
|
||||
media_kind: 'music',
|
||||
expression: 'composer is "' + composer + '"'
|
||||
}
|
||||
return axios.get('/api/search', {
|
||||
return axios.get('./api/search', {
|
||||
params: params
|
||||
})
|
||||
},
|
||||
@@ -288,7 +288,7 @@ export default {
|
||||
media_kind: 'music',
|
||||
expression: 'composer is "' + composer + '"'
|
||||
}
|
||||
return axios.get('/api/search', {
|
||||
return axios.get('./api/search', {
|
||||
params: params
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user