Skip to content

Commit

Permalink
fix: Add realdebrid and alldebrid to download services
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemarcoli committed Oct 11, 2024
1 parent b15dfec commit f093b5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 Down

0 comments on commit f093b5c

Please sign in to comment.