fix
All checks were successful
Release / pack-and-publish (release) Successful in 31s

This commit is contained in:
FrigaT
2026-04-13 02:30:14 +03:00
parent 3e5b9beaf1
commit 266aa2e181

View File

@@ -38,7 +38,6 @@ public class YandexMusicClient : IDisposable
{ {
_api = new YandexMusicApi(); _api = new YandexMusicApi();
_storage = new AuthStorage(); _storage = new AuthStorage();
_player = _api.Ynison.GetPlayer(_storage);
} }
#region Авторизация #region Авторизация