rework device repository

This commit is contained in:
Luke Pulverenti
2017-10-13 15:18:05 -04:00
parent c583d49541
commit 9fdaa039c4
10 changed files with 477 additions and 267 deletions

View File

@@ -21,17 +21,7 @@ namespace MediaBrowser.Model.Devices
/// <value>The camera upload path.</value>
public string CameraUploadPath { get; set; }
/// <summary>
/// Gets the name.
/// </summary>
/// <value>The name.</value>
public string Name
{
get
{
return string.IsNullOrEmpty(CustomName) ? ReportedName : CustomName;
}
}
public string Name { get; set; }
/// <summary>
/// Gets or sets the identifier.