diff --git a/components/AppShelf/AppShelf.d.ts b/components/AppShelf/AppShelf.d.ts index 2fd16cff3..612145af3 100644 --- a/components/AppShelf/AppShelf.d.ts +++ b/components/AppShelf/AppShelf.d.ts @@ -3,13 +3,15 @@ export const ServiceTypes = [ 'Sonarr', 'Radarr', 'Lidarr', + 'qBittorrent', 'Plex', 'Emby', -] +]; export interface serviceItem { + [x: string]: any; name: string; type: ServiceTypes; url: string; icon: string; -} \ No newline at end of file +}