jellyfin/MediaBrowser.Api/Reports/Common/ReportHeaderIdType.cs
2015-04-17 21:12:25 +02:00

12 lines
159 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
namespace MediaBrowser.Api.Reports
{
public enum ReportHeaderIdType
{
Row,
Item
}
}