mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🐛 Add missing NZBGet integration type
This commit is contained in:
@@ -25,6 +25,11 @@ export const IntegrationSelector = ({ form }: IntegrationSelectorProps) => {
|
|||||||
image: 'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/sabnzbd.png',
|
image: 'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/sabnzbd.png',
|
||||||
label: 'SABnzbd',
|
label: 'SABnzbd',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: 'nzbGet',
|
||||||
|
image: 'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/nzbget.png',
|
||||||
|
label: 'NZBGet',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: 'deluge',
|
value: 'deluge',
|
||||||
image: 'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/deluge.png',
|
image: 'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/deluge.png',
|
||||||
|
|||||||
Reference in New Issue
Block a user