10 lines
187 B
C#
10 lines
187 B
C#
|
namespace MediaBrowser.Model.Plugins
|
|||
|
{
|
|||
|
public class PluginPageInfo
|
|||
|
{
|
|||
|
public string Name { get; set; }
|
|||
|
|
|||
|
public string EmbeddedResourcePath { get; set; }
|
|||
|
}
|
|||
|
}
|