* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
7 lines
162 B
C#
7 lines
162 B
C#
namespace ErsatzTV.Core.MediaSources;
|
|
|
|
public class RemoteMediaSourceSecrets
|
|
{
|
|
public string Address { get; set; }
|
|
public string ApiKey { get; set; }
|
|
} |