* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
7 lines
156 B
C#
7 lines
156 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public class PlexLibrary : Library
|
|
{
|
|
public string Key { get; set; }
|
|
public bool ShouldSyncItems { get; set; }
|
|
} |