feat: Stream Now instant-play of a random track from the nav button
This commit is contained in:
@@ -46,6 +46,13 @@ public class StreamingAudioPlayerService : AudioPlayerService, IStreamingPlayerS
|
||||
await SelectTrackStreaming(track);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public async Task WarmAudioContext()
|
||||
{
|
||||
await EnsureInitializedAsync();
|
||||
await _audioInterop.EnsureAudioContextReady(PlayerId);
|
||||
}
|
||||
|
||||
public async Task SelectTrackStreaming(TrackDto track)
|
||||
{
|
||||
await EnsureInitializedAsync();
|
||||
|
||||
Reference in New Issue
Block a user