fix: use correct casing of 'TorBox' in addon name

This commit is contained in:
Viren070
2025-04-21 01:02:11 +01:00
parent 84755bb6f8
commit 8bbb09f4e9
+1 -1
View File
@@ -34,7 +34,7 @@ interface TorboxStream extends Stream {
export class Torbox extends BaseWrapper {
constructor(
apiKey: string,
addonName: string = 'Torbox',
addonName: string = 'TorBox',
addonId: string,
userConfig: Config,
indexerTimeout?: number