Skip to content

Commit

Permalink
feat: change TRB to TB for mediafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren070 committed Dec 30, 2024
1 parent 970f103 commit 368f341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrappers/src/mediafusion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class MediaFusion extends BaseWrapper {
indexers: indexer,
provider: debrid
? {
name: debrid.provider,
name: debrid.provider === 'TRB' ? 'TB' : debrid.provider,
cached: debrid.cached,
}
: undefined,
Expand Down

0 comments on commit 368f341

Please sign in to comment.