mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Add demo instance, remove public manifest
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user