8 lines
155 B
C#
8 lines
155 B
C#
namespace ErsatzTV.Core;
|
|
|
|
public static class Settings
|
|
{
|
|
public static int UiPort { get; set; }
|
|
public static int StreamingPort { get; set; }
|
|
}
|