mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-15 04:57:00 +00:00
Add more DeArrow support.
This commit is contained in:
@@ -542,6 +542,11 @@ const mixin = {
|
||||
return undefined;
|
||||
}
|
||||
},
|
||||
fetchDeArrowContent(videoIds) {
|
||||
return this.fetchJson(this.apiUrl() + "/dearrow", {
|
||||
videoIds: videoIds.join(","),
|
||||
});
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
authenticated(_this) {
|
||||
|
||||
Reference in New Issue
Block a user