Revert "yeah idk"

This reverts commit ac188deda3.
This commit is contained in:
Francesco 2025-05-31 18:19:44 +02:00
parent ac188deda3
commit b7ec052ab1
2 changed files with 1 additions and 6 deletions

View file

@ -1701,11 +1701,7 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
}
@objc func dismissTapped() {
if let presentingViewController = self.presentingViewController {
presentingViewController.dismiss(animated: true, completion: nil)
} else {
dismiss(animated: true, completion: nil)
}
dismiss(animated: true, completion: nil)
}
@objc func watchNextTapped() {

View file

@ -821,7 +821,6 @@ struct MediaInfoView: View {
Text("Episodes might not be available yet or there could be an issue with the source.")
.font(.body)
.lineLimit(2)
.foregroundColor(.secondary)
.multilineTextAlignment(.center)
.padding(.horizontal)