s
Some checks failed
Build and Release IPA / Build IPA (push) Has been cancelled

This commit is contained in:
cranci1 2025-01-28 18:27:13 +01:00
parent 69cd035ba1
commit 6c764a38bb

View file

@ -433,7 +433,7 @@ class JSController: ObservableObject {
func fetchStreamUrlJSSecond(episodeUrl: String, completion: @escaping (String?) -> Void) {
let url = URL(string: episodeUrl)!
let task = URLSession.shared.dataTask(with: url) { data, response, error in
let task = URLSession.custom.dataTask(with: url) { data, response, error in
if let error = error {
Logger.shared.log("URLSession error: \(error.localizedDescription)", type: "Error")
DispatchQueue.main.async {