mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
- Add album text in lyrics render - Improve song info update and draw algo - Upgrade to .NET 10
8 lines
170 B
C#
8 lines
170 B
C#
namespace BetterLyrics.WinUI3.Constants
|
|
{
|
|
public static class AppleMusic
|
|
{
|
|
public const string MediaUserTokenKey = "AppleMusicMediaUserToken";
|
|
}
|
|
}
|