mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 03:35:25 +01:00
8 lines
No EOL
170 B
C#
8 lines
No EOL
170 B
C#
namespace MediaBrowser.Model.Chapters
|
|
{
|
|
public class ChapterProviderInfo
|
|
{
|
|
public string Name { get; set; }
|
|
public string Id { get; set; }
|
|
}
|
|
} |