8 lines
170 B
8 lines
170 B
11 years ago
|
namespace MediaBrowser.Model.Chapters
|
||
|
{
|
||
|
public class ChapterProviderInfo
|
||
|
{
|
||
|
public string Name { get; set; }
|
||
|
public string Id { get; set; }
|
||
|
}
|
||
|
}
|