mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update src/components/ImportPage.vue
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
This commit is contained in:
parent
2fd8c4128d
commit
3b181eaa52
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export default {
|
|||
});
|
||||
}
|
||||
// Libretube
|
||||
else if (text.indexOf("localSubscriptions") != -1) {
|
||||
else if (text.includes("localSubscriptions")) {
|
||||
const json = JSON.parse(text);
|
||||
json.localSubscriptions
|
||||
.forEach(item => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue