mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
10 lines
262 B
C#
10 lines
262 B
C#
namespace BetterLyrics.WinUI3.Constants
|
|
{
|
|
public class ExtendedGenreFiled
|
|
{
|
|
public const string NetEaseCloudMusicTrackID = "NCM-";
|
|
public const string QQMusicTrackID = "QQ-";
|
|
public const string FileName = "FILENAME-";
|
|
}
|
|
}
|