Add demo instance, remove public manifest

This commit is contained in:
Arkadiusz Fal
2022-10-26 13:11:35 +02:00
parent 8ab6a0fa89
commit 1fe01808a4
16 changed files with 488 additions and 58 deletions

View File

@@ -146,7 +146,7 @@ final class PlayerModel: ObservableObject {
var playerError: Error? { didSet {
if let error = playerError {
navigation.presentAlert(title: "Failed loading video", message: error.localizedDescription)
navigation.presentAlert(title: "Failed loading video".localized(), message: error.localizedDescription)
}
}}