Version 1.4 - Translations, Like toasts Queue redesign.
This commit is contained in:
@@ -229,6 +229,13 @@ final class MAPlayerManager {
|
||||
try await service.previousTrack(playerId: playerId)
|
||||
}
|
||||
|
||||
func seek(playerId: String, position: Double) async throws {
|
||||
guard let service else {
|
||||
throw MAWebSocketClient.ClientError.notConnected
|
||||
}
|
||||
try await service.seek(playerId: playerId, position: position)
|
||||
}
|
||||
|
||||
func setVolume(playerId: String, level: Int) async throws {
|
||||
guard let service else {
|
||||
throw MAWebSocketClient.ClientError.notConnected
|
||||
|
||||
Reference in New Issue
Block a user