This commit is contained in:
cranci1 2025-02-03 17:26:23 +01:00
parent a69f65242f
commit 6fc516a0d4
2 changed files with 0 additions and 3 deletions

View file

@ -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
}

View file

@ -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)")