mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
✨ Lidarr and Readarr integrations
This commit is contained in:
@@ -27,6 +27,7 @@ export const ServiceTypeList = [
|
||||
'Lidarr',
|
||||
'Plex',
|
||||
'Radarr',
|
||||
'Readarr',
|
||||
'Sonarr',
|
||||
'qBittorrent',
|
||||
];
|
||||
@@ -36,6 +37,7 @@ export type ServiceType =
|
||||
| 'Lidarr'
|
||||
| 'Plex'
|
||||
| 'Radarr'
|
||||
| 'Readarr'
|
||||
| 'Sonarr'
|
||||
| 'qBittorrent';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user