Доработана кнопка плеера
This commit is contained in:
@@ -71,6 +71,8 @@ public class AudioPlayerService : IAudioPlayerService
|
||||
return;
|
||||
}
|
||||
|
||||
_currentTrackId = trackId;
|
||||
|
||||
// Если accessToken не передан, пытаемся получить его из хранилища
|
||||
if (string.IsNullOrWhiteSpace(accessToken))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user