jellyfin/MediaBrowser.Api/Reports/Common/ReportHeaderIdType.cs
2016-03-27 23:11:27 +02:00

9 lines
91 B
C#

namespace MediaBrowser.Api.Reports
{
public enum ReportHeaderIdType
{
Row,
Item
}
}