mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-05 00:59:55 +00:00
ops
This commit is contained in:
parent
a69f65242f
commit
6fc516a0d4
2 changed files with 0 additions and 3 deletions
|
|
@ -149,7 +149,6 @@ struct ModuleAdditionSettingsView: View {
|
|||
do {
|
||||
guard let url = URL(string: moduleUrl) else {
|
||||
DispatchQueue.main.async {
|
||||
print(moduleUrl)
|
||||
self.errorMessage = "Invalid URL"
|
||||
self.isLoading = false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -426,8 +426,6 @@ struct MediaInfoView: View {
|
|||
selectNextEpisode()
|
||||
}
|
||||
)
|
||||
print(Int(selectedEpisodeNumber))
|
||||
print(selectedEpisodeNumber)
|
||||
let hostingController = UIHostingController(rootView: customMediaPlayer)
|
||||
hostingController.modalPresentationStyle = .fullScreen
|
||||
Logger.shared.log("Opening custom media player with url: \(url)")
|
||||
|
|
|
|||
Loading…
Reference in a new issue