mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:47:07 +00:00
Adapt to new calling convention for Vuex action
This commit is contained in:
@@ -91,7 +91,7 @@ export default {
|
||||
},
|
||||
|
||||
async refresh () {
|
||||
const text = await this.api([`/rss/?remote=${atob(this.$route.params.source)}`, {text:true}]);
|
||||
const text = await this.api([`/rss/?remote=${atob(this.$route.params.source)}`, {format:"text"}]);
|
||||
try {
|
||||
this.feed = this.parse(text);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user