diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-28 00:22:36 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-28 00:22:36 -0500 |
| commit | fb51f1e6f012f0832e089b94a075b20089fed555 (patch) | |
| tree | c7830d0293635850ff8d90e65009e4cb5df21e9b /MediaBrowser.Model | |
| parent | c177de940766f3f3aa228e789003185bf388c200 (diff) | |
refined app themes
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Themes/AppTheme.cs | 4 |
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; } } |
