mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-12 09:36:56 -05:00
10 lines
182 B
C#
10 lines
182 B
C#
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class BookInfo : ItemLookupInfo
|
|
{
|
|
public string SeriesName { get; set; }
|
|
}
|
|
}
|