us and vn can go
This commit is contained in:
parent
dc9e7ca68e
commit
296bb0837d
3 changed files with 6 additions and 6 deletions
|
@ -208,7 +208,7 @@
|
|||
if (this.search.term == "") {
|
||||
return
|
||||
}
|
||||
app.mk.api.v3.podcasts("/v1/catalog/us/search", {
|
||||
app.mk.api.v3.podcasts(`/v1/catalog/${app.mk.storefrontId}/search`, {
|
||||
term: this.search.term,
|
||||
types: ["podcasts"],
|
||||
limit: 25
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
},
|
||||
async mounted() {
|
||||
app.mk.api.v3.music("/v1/catalog/us/artists/669831761").then(response => {
|
||||
app.mk.api.v3.music(`/v1/catalog/${app.mk.storefrontId}/artists/669831761`).then(response => {
|
||||
this.artist = response.data.data[0];
|
||||
this.artistLoaded = true;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue