mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
11 lines
167 B
C#
11 lines
167 B
C#
// 2025/6/23 by Zhe Fang
|
|
|
|
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum LocalSearchTargetProps
|
|
{
|
|
LyricsOnly,
|
|
LyricsAndAlbumArt,
|
|
}
|
|
}
|