diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-14 11:26:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-14 11:26:02 -0400 |
| commit | 760f298dcc05959ae802bb6684291c7d5bb9a942 (patch) | |
| tree | ef633d42e16ab122fa3861842b72e2d98a224ea8 /MediaBrowser.Model/Session/ClientCapabilities.cs | |
| parent | bd253399c2f1913c544c93fd6927dee37f8add2f (diff) | |
update guide style
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 095ad472a..019eb3841 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 AppUrl { get; set; } - public string AppImageUrl { get; set; } + public string Url { get; set; } + public string ImageUrl { get; set; } public ClientCapabilities() { |
