2 Commits

Author SHA1 Message Date
FrigaT
a40b36ef96 Доработана конвертация json
All checks were successful
Release / pack-and-publish (release) Successful in 35s
2026-04-13 13:49:37 +03:00
FrigaT
266aa2e181 fix
All checks were successful
Release / pack-and-publish (release) Successful in 31s
2026-04-13 02:30:14 +03:00
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@@ -360,4 +360,5 @@ MigrationBackup/
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
/YaMusicCli/YaMusicCli.csproj

View File

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