Bläddra i källkod

merge conflict and get currently playing track

tags/v1.1.0^2
anastasijasavov 3 år sedan
förälder
incheckning
378c9689f8
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      NemAnCore/Services/StatsClientService.cs
  2. 1
    1
      gRPCServer/Services/StatsService.cs

+ 1
- 1
NemAnCore/Services/StatsClientService.cs Visa fil

@@ -15,7 +15,7 @@ namespace NemAnBlazor.Services
_serviceClient = channel.CreateGrpcService<IStatsService>();
}
public async Task<TrackResponse> GetCurrentlyPlayingTrack(TokenMessage token)
{
{
return await _serviceClient.GetCurrentlyPlayingTrack(token);
}
}

+ 1
- 1
gRPCServer/Services/StatsService.cs Visa fil

@@ -14,7 +14,7 @@ namespace SpotifyService.Services
public StatsService(IHttpClientFactory httpClientFactory)
{
_httpClientFactory = httpClientFactory;
}
}

public async Task<TrackResponse> GetCurrentlyPlayingTrack(TokenMessage token)
{

Laddar…
Avbryt
Spara