mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
refined app themes
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user