mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Removed libretube importing
This commit is contained in:
parent
3b181eaa52
commit
5aa344fb92
1 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue