feat: Stream Now instant-play of a random track from the nav button
This commit is contained in:
@@ -28,4 +28,7 @@ public class TrackClientDataService : ITrackDataService
|
||||
|
||||
public Task<ApiResult<TrackDto>> GetTrack(string trackId)
|
||||
=> _trackClient.GetTrack(trackId);
|
||||
|
||||
public Task<ApiResult<TrackDto?>> GetRandomTrack()
|
||||
=> _trackClient.GetRandom();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user