Обнновлено до .net10
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace YandexMusic.API.Requests.Common
|
||||
{
|
||||
internal class YConstants
|
||||
{
|
||||
public static string ClientId = "23cabbbdc6cd418abb4b39c32c41195d";
|
||||
public static string ClientSecret = "53bc75238f0c4d08a118e51fe9203300";
|
||||
namespace YandexMusic.API.Requests.Common;
|
||||
|
||||
public const string XClientId = "c0ebe342af7d48fbbbfcf2d2eedb8f9e";
|
||||
public const string XClientSecret = "ad0a908f0aa341a182a37ecd75bc319e";
|
||||
}
|
||||
internal class YConstants
|
||||
{
|
||||
public static string ClientId = "23cabbbdc6cd418abb4b39c32c41195d";
|
||||
public static string ClientSecret = "53bc75238f0c4d08a118e51fe9203300";
|
||||
|
||||
public const string XClientId = "c0ebe342af7d48fbbbfcf2d2eedb8f9e";
|
||||
public const string XClientSecret = "ad0a908f0aa341a182a37ecd75bc319e";
|
||||
}
|
||||
Reference in New Issue
Block a user