implement queue info and pause/resume

This commit is contained in:
Jannes Vandepitte
2022-08-26 16:12:40 +02:00
parent 8aacfc8dd9
commit fb723f6ad6
15 changed files with 637 additions and 167 deletions

View File

@@ -7,14 +7,42 @@
"type": "Other",
"icon": "https://c.tenor.com/o656qFKDzeUAAAAC/rick-astley-never-gonna-give-you-up.gif",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
},
{
"id": "4cb1c2af-9f23-4f52-86e1-0eac25673b56",
"type": "Sabnzbd",
"name": "Sabnzbd",
"icon": "/favicon.png",
"url": "https://sabnzbd.jannesv.be",
"apiKey": "2982e4afbc6d42d6bb5863751a354d20",
"openedUrl": "https://sabnzbd.jannesv.be"
}
],
"settings": {
"searchUrl": "https://google.com/search?q="
"searchUrl": "https://google.com/search?q=",
"primaryColor": "grape"
},
"modules": {
"Search Bar": {
"enabled": true
},
"Download Speed": {
"enabled": false
},
"Torrent": {
"enabled": false
},
"Dash.": {
"enabled": true
},
"Usenet": {
"enabled": true
},
"usenet": {
"enabled": true
},
"docker": {
"enabled": true
}
}
}