refined app themes

This commit is contained in:
Luke Pulverenti
2014-02-28 00:22:36 -05:00
parent c177de9407
commit fb51f1e6f0
5 changed files with 46 additions and 29 deletions

View File

@@ -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; }
}