mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-01-11 20:10:27 +00:00
Debrid: Make Torbox more prominent
Some checks failed
Build and upload nightly ipa / build (push) Has been cancelled
Some checks failed
Build and upload nightly ipa / build (push) Has been cancelled
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
parent
d575e598b2
commit
5cf124fca5
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@ class DebridManager: ObservableObject {
|
|||
// Linked classes
|
||||
var logManager: LoggingManager?
|
||||
@Published var realDebrid: RealDebrid = .init()
|
||||
@Published var torbox: TorBox = .init()
|
||||
@Published var allDebrid: AllDebrid = .init()
|
||||
@Published var premiumize: Premiumize = .init()
|
||||
@Published var torbox: TorBox = .init()
|
||||
@Published var offcloud: OffCloud = .init()
|
||||
|
||||
lazy var debridSources: [DebridSource] = [realDebrid, allDebrid, premiumize, torbox, offcloud]
|
||||
lazy var debridSources: [DebridSource] = [realDebrid, torbox, allDebrid, premiumize, offcloud]
|
||||
|
||||
// UI Variables
|
||||
@Published var showWebView: Bool = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue