Removed libretube importing

This commit is contained in:
Crepe 2024-02-26 23:50:56 +02:00
parent 3b181eaa52
commit 5aa344fb92

View file

@ -99,14 +99,6 @@ export default {
this.subscriptions.push(id);
});
}
// Libretube
else if (text.includes("localSubscriptions")) {
const json = JSON.parse(text);
json.localSubscriptions
.forEach(item => {
this.subscriptions.push(item.channelId);
});
}
// Invidious JSON
else if (text.indexOf("thin_mode") != -1) {
const json = JSON.parse(text);