mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:08:33 +08:00
- Add album text in lyrics render - Improve song info update and draw algo - Upgrade to .NET 10
12 lines
172 B
C#
12 lines
172 B
C#
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum CommonSongProperty
|
|
{
|
|
Title,
|
|
Album,
|
|
Artist,
|
|
Folder,
|
|
M3UFilePath
|
|
}
|
|
}
|