This commit is contained in:
@@ -176,5 +176,10 @@ export default {
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
},
|
||||
loadRandomCovers(context, count) {
|
||||
axios.get(context.rootGetters.server + "/api/albums/random/" + count, context.rootGetters.headers).then((res) => {
|
||||
context.commit("setRandomCovers", res.data);
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user