Skip to content

Commit

Permalink
feat: Add realdebrid and alldebrid downloaders to the summary page (#120
Browse files Browse the repository at this point in the history
)

* fix: Add realdebrid and alldebrid to download services

* fix: change the prowlarr service name in the scrapingservices list

---------

Co-authored-by: Filip Trplan <[email protected]>
  • Loading branch information
davidemarcoli and filiptrplan authored Oct 16, 2024
1 parent e8a90b7 commit d6678f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ export const servicesObject: Record<string, string> = {
knightcrawler: 'Knightcrawler',
orionoid: 'Orionoid',
jackett: 'Jackett',
realdebrid: 'Real Debrid',
alldebrid: 'All Debrid',
torbox: 'Torbox',
mediafusion: 'Media Fusion',
Prowlarr: 'Prowlarr',
prowlarr: 'Prowlarr',
zilean: 'Zilean',
comet: 'Comet',
symlink: 'Symlink',
Expand All @@ -46,7 +48,7 @@ export const coreServices = [
'post_processing',
'subliminal'
];
export const downloaderServices = ['torbox'];
export const downloaderServices = ['realdebrid', 'alldebrid', 'torbox'];
export const contentServices = ['mdblist', 'overseerr', 'plex_watchlist', 'listrr', 'trakt'];
export const scrapingServices = [
'torrentio',
Expand All @@ -55,7 +57,7 @@ export const scrapingServices = [
'jackett',
'orionoid',
'mediafusion',
'Prowlarr',
'prowlarr',
'zilean',
'torbox',
'comet'
Expand Down

0 comments on commit d6678f9

Please sign in to comment.