mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Don't reload broken thumbnails
This commit is contained in:
@@ -23,5 +23,7 @@ struct Player: UIViewControllerRepresentable {
|
||||
return controller
|
||||
}
|
||||
|
||||
func updateUIViewController(_: PlayerViewController, context _: Context) {}
|
||||
func updateUIViewController(_: PlayerViewController, context _: Context) {
|
||||
player.rebuildTVMenu()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user