mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
Merge pull request #471 from gayolGate/main
Remove Onlyfans from API selection
This commit is contained in:
commit
36d1b5dc3f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export default {
|
||||||
|
|
||||||
ryd: true,
|
ryd: true,
|
||||||
sponsorBlock: true,
|
sponsorBlock: true,
|
||||||
items: ["odysee.com","youtube.com","twitch.tv","onlyfans.com/vuegirl"]
|
items: ["youtube.com", "twitch.tv", "odysee.com"]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
Loading…
Reference in a new issue