Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a40b36ef96 | ||
|
|
266aa2e181 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -360,4 +360,5 @@ MigrationBackup/
|
|||||||
.ionide/
|
.ionide/
|
||||||
|
|
||||||
# Fody - auto-generated XML schema
|
# Fody - auto-generated XML schema
|
||||||
FodyWeavers.xsd
|
FodyWeavers.xsd
|
||||||
|
/YaMusicCli/YaMusicCli.csproj
|
||||||
|
|||||||
@@ -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 Авторизация
|
||||||
|
|||||||
Reference in New Issue
Block a user