mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Fix rate button
This commit is contained in:
@@ -217,7 +217,7 @@ final class MPVBackend: PlayerBackend {
|
||||
}
|
||||
|
||||
func setRate(_ rate: Float) {
|
||||
client.setDoubleAsync("speed", Double(rate))
|
||||
client?.setDoubleAsync("speed", Double(rate))
|
||||
}
|
||||
|
||||
func closeItem() {}
|
||||
|
Reference in New Issue
Block a user