10 lines
168 B
C#
10 lines
168 B
C#
namespace Shared.Models.AppConf
|
|
{
|
|
public class FfprobeSettings
|
|
{
|
|
public bool enable { get; set; }
|
|
|
|
public string tsuri { get; set; }
|
|
}
|
|
}
|