Update MediaInfoView.swift
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
cranci 2025-03-12 18:18:40 +01:00 committed by GitHub
parent 000ca0ff04
commit f4b313f3e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -498,7 +498,7 @@ struct MediaInfoView: View {
let subtitleFileURL = subtitles != nil ? URL(string: subtitles!) : nil
DownloadManager.shared.downloadAndConvertHLS(from: streamURL, title: title, episode: selectedEpisodeNumber, subtitleURL: subtitleFileURL, sourceName: module.metadata.sourceName) { success, fileURL in
return
}
let externalPlayer = UserDefaults.standard.string(forKey: "externalPlayer") ?? "Default"