3.0.5264.17006

This commit is contained in:
Luke Pulverenti
2014-05-31 10:30:59 -04:00
parent 896634b873
commit a78284f8db
47 changed files with 2792 additions and 234 deletions

View File

@@ -16,6 +16,7 @@ namespace MediaBrowser.Controller.Library
public BaseItemInfo MediaInfo { get; set; }
public string MediaSourceId { get; set; }
public string DeviceId { get; set; }
public string DeviceName { get; set; }
public string ClientName { get; set; }