mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 17:40:30 +01:00
fix portable and 3.5 project references
This commit is contained in:
@@ -20,11 +20,4 @@ namespace MediaBrowser.Model.Themes
|
||||
Images = new List<ThemeImage>();
|
||||
}
|
||||
}
|
||||
|
||||
public class AppThemeInfo
|
||||
{
|
||||
public string AppName { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
9
MediaBrowser.Model/Themes/AppThemeInfo.cs
Normal file
9
MediaBrowser.Model/Themes/AppThemeInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.Themes
|
||||
{
|
||||
public class AppThemeInfo
|
||||
{
|
||||
public string AppName { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user