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

9 lines
90 B
C#

namespace MediaBrowser.Api.Reports
{
public enum ReportExportType
{
CSV,
Excel
}
}