Files
tagvid/SettingName.cs
2025-07-27 00:33:05 +02:00

8 lines
158 B
C#

public enum SettingName
{
/// <summary>
/// Represents a the absolute path of the folder where videos are stored.
/// </summary>
VideoPath,
}