Skip to content

Commit

Permalink
Debrid: Update AllDebrid description
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
kingbri1 committed Nov 28, 2024
1 parent 25bff02 commit 9d7bc9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Ferrite/API/AllDebridWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ class AllDebrid: PollingDebridSource, ObservableObject {
let id = "AllDebrid"
let abbreviation = "AD"
let website = "https://alldebrid.com"
let description: String? = "AllDebrid is a debrid service that is used for downloads and media playback. " +
"You must pay to access this service. \n\n" +
"It is not recommended to use this service since media cache checks are not possible via the API. " +
"Ferrite's instant availability solely looks at a user's magnet library. \n\n" +
"If you must use this service, it is recommended to download search results manually using the context menu. \n\n" +
"This service does not inform if a magnet link is a batch before downloading."

let cachedStatus: [String] = ["Ready"]
var authTask: Task<Void, Error>?

Expand Down

0 comments on commit 9d7bc9b

Please sign in to comment.