Add more DeArrow support.

This commit is contained in:
Kavin
2023-07-19 02:54:00 +01:00
parent 9c4390a0e7
commit d6acb3e098
4 changed files with 35 additions and 5 deletions

View File

@@ -542,6 +542,11 @@ const mixin = {
return undefined;
}
},
fetchDeArrowContent(videoIds) {
return this.fetchJson(this.apiUrl() + "/dearrow", {
videoIds: videoIds.join(","),
});
},
},
computed: {
authenticated(_this) {