Skip to content

Commit

Permalink
we don't need this method
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Apr 25, 2024
1 parent 1deb5bb commit 7c4ff1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/MuxPlayerSwift/Fairplay/FairplaySessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ class FairplaySessionManager {
completion(Result.success(certData))
}

// static func encode(value url: String?) -> String {
// let queryKeyValueString = CharacterSet(charactersIn: ":?=&+").inverted
// return url?.addingPercentEncoding(withAllowedCharacters: queryKeyValueString) ?? ""
// }

/// Requests a license to play based on the given SPC data
func requestLicense(
spcData: Data,
Expand Down

0 comments on commit 7c4ff1c

Please sign in to comment.