Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a40b36ef96 | ||
|
|
266aa2e181 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -361,3 +361,4 @@ MigrationBackup/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
/YaMusicCli/YaMusicCli.csproj
|
||||
|
||||
@@ -38,7 +38,6 @@ public class YandexMusicClient : IDisposable
|
||||
{
|
||||
_api = new YandexMusicApi();
|
||||
_storage = new AuthStorage();
|
||||
_player = _api.Ynison.GetPlayer(_storage);
|
||||
}
|
||||
|
||||
#region Авторизация
|
||||
|
||||
Reference in New Issue
Block a user