mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-21 20:20:23 +00:00
cleanup
This commit is contained in:
@@ -97,14 +97,7 @@ export default {
|
||||
subscriptions: subscriptions,
|
||||
});
|
||||
|
||||
var file = new Blob([json], { type: "application/json" });
|
||||
|
||||
const elem = document.createElement("a");
|
||||
|
||||
elem.href = URL.createObjectURL(file);
|
||||
elem.download = "subscriptions.json";
|
||||
elem.click();
|
||||
elem.remove();
|
||||
this.download(json, "subscriptions.json", "application/json");
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user