diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-16 23:31:19 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-16 23:31:19 -0400 |
| commit | fd261cecf75dc6e5f9e617578e7c648477eb74a5 (patch) | |
| tree | 60230a6a29bdff7da8b76f6bfbeb2028c4a8fbaa /MediaBrowser.Model/Session/ClientCapabilities.cs | |
| parent | 6bd18c6e72d1c4ba9c371d37411ebd918d8c6d9e (diff) | |
resolve photo scan hang
Diffstat (limited to 'MediaBrowser.Model/Session/ClientCapabilities.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/ClientCapabilities.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Session/ClientCapabilities.cs b/MediaBrowser.Model/Session/ClientCapabilities.cs index 019eb3841..f00b14545 100644 --- a/MediaBrowser.Model/Session/ClientCapabilities.cs +++ b/MediaBrowser.Model/Session/ClientCapabilities.cs @@ -21,8 +21,8 @@ namespace MediaBrowser.Model.Session public DeviceProfile DeviceProfile { get; set; } public List<string> SupportedLiveMediaTypes { get; set; } - public string Url { get; set; } - public string ImageUrl { get; set; } + public string AppStoreUrl { get; set; } + public string IconUrl { get; set; } public ClientCapabilities() { |
