Navigation angepasst, Absprung in angetippten song.
This commit is contained in:
@@ -253,6 +253,13 @@ final class MAPlayerManager {
|
||||
try await service.playMedia(playerId: playerId, uri: uri)
|
||||
}
|
||||
|
||||
func playMedia(playerId: String, uris: [String]) async throws {
|
||||
guard let service else {
|
||||
throw MAWebSocketClient.ClientError.notConnected
|
||||
}
|
||||
try await service.playMedia(playerId: playerId, uris: uris)
|
||||
}
|
||||
|
||||
func enqueueMedia(playerId: String, uri: String) async throws {
|
||||
guard let service else {
|
||||
throw MAWebSocketClient.ClientError.notConnected
|
||||
|
||||
Reference in New Issue
Block a user