mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
Merge pull request #2687 from Bnyro/master
fix: respect preference for dearrow
This commit is contained in:
commit
882cfedcf0
@ -543,6 +543,7 @@ const mixin = {
|
||||
}
|
||||
},
|
||||
fetchDeArrowContent(videoIds) {
|
||||
if (!this.getPreferenceBoolean("dearrow", false)) return {};
|
||||
return this.fetchJson(this.apiUrl() + "/dearrow", {
|
||||
videoIds: videoIds.join(","),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user