mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
9 lines
178 B
C#
9 lines
178 B
C#
|
|
namespace MediaBrowser.Model.Themes
|
|||
|
|
{
|
|||
|
|
public class AppThemeInfo
|
|||
|
|
{
|
|||
|
|
public string AppName { get; set; }
|
|||
|
|
|
|||
|
|
public string Name { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|