stub out profile edit page

This commit is contained in:
Luke Pulverenti
2014-03-26 16:14:47 -04:00
parent 6a5b64bcb4
commit 0cfc20ac08
23 changed files with 93 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Dlna;
using MediaBrowser.Model.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -17,9 +18,11 @@ namespace MediaBrowser.Controller.Dlna
public string Name { get; set; }
[XmlIgnore]
[IgnoreDataMember]
public string Id { get; set; }
[XmlIgnore]
public DeviceProfileType ProfileType { get; set; }
/// <summary>
/// Gets or sets the identification.
/// </summary>