jellyfin/MediaBrowser.Api/Reports/Common/ReportViewType.cs
2015-06-11 20:25:12 +02:00

15 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
namespace MediaBrowser.Api.Reports
{
public enum ReportViewType
{
ReportData,
ReportStatistics,
ReportActivities
}
}