6 lines
No EOL
145 B
C#
6 lines
No EOL
145 B
C#
namespace LANCommander.SDK.Models;
|
|
|
|
public class MediaSettings
|
|
{
|
|
public string StoragePath { get; set; } = AppPaths.GetConfigPath("Media");
|
|
} |