mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2026-02-03 09:48:25 +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";
|
|
} |