Version 1.4 - Translations, Like toasts Queue redesign.

This commit is contained in:
2026-04-09 16:54:41 +02:00
parent ec1ffcb0b1
commit 5f3902cb54
30 changed files with 3472 additions and 654 deletions
@@ -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