aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-28 00:22:36 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-28 00:22:36 -0500
commitfb51f1e6f012f0832e089b94a075b20089fed555 (patch)
treec7830d0293635850ff8d90e65009e4cb5df21e9b /MediaBrowser.Model
parentc177de940766f3f3aa228e789003185bf388c200 (diff)
refined app themes
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Themes/AppTheme.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Themes/AppTheme.cs b/MediaBrowser.Model/Themes/AppTheme.cs
index a0532854d..a814fec33 100644
--- a/MediaBrowser.Model/Themes/AppTheme.cs
+++ b/MediaBrowser.Model/Themes/AppTheme.cs
@@ -5,7 +5,7 @@ namespace MediaBrowser.Model.Themes
{
public class AppTheme
{
- public string ApplicationName { get; set; }
+ public string AppName { get; set; }
public string Name { get; set; }
@@ -23,7 +23,7 @@ namespace MediaBrowser.Model.Themes
public class AppThemeInfo
{
- public string ApplicationName { get; set; }
+ public string AppName { get; set; }
public string Name { get; set; }
}