mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-05 13:07:26 +00:00
10 lines
283 B
C#
10 lines
283 B
C#
// ReSharper disable IdentifierTypo
|
|
|
|
namespace ZonyLrcTools.Cli.Infrastructure.MusicScannerOptions;
|
|
|
|
public class MusicScannerConsts
|
|
{
|
|
public const string LocalScanner = "local";
|
|
public const string NeteaseScanner = "netease";
|
|
public const string CsvScanner = "csv";
|
|
} |