mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +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 {
|
do {
|
||||||
guard let url = URL(string: moduleUrl) else {
|
guard let url = URL(string: moduleUrl) else {
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
print(moduleUrl)
|
|
||||||
self.errorMessage = "Invalid URL"
|
self.errorMessage = "Invalid URL"
|
||||||
self.isLoading = false
|
self.isLoading = false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -426,8 +426,6 @@ struct MediaInfoView: View {
|
||||||
selectNextEpisode()
|
selectNextEpisode()
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
print(Int(selectedEpisodeNumber))
|
|
||||||
print(selectedEpisodeNumber)
|
|
||||||
let hostingController = UIHostingController(rootView: customMediaPlayer)
|
let hostingController = UIHostingController(rootView: customMediaPlayer)
|
||||||
hostingController.modalPresentationStyle = .fullScreen
|
hostingController.modalPresentationStyle = .fullScreen
|
||||||
Logger.shared.log("Opening custom media player with url: \(url)")
|
Logger.shared.log("Opening custom media player with url: \(url)")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue