mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
11 lines
No EOL
196 B
C#
11 lines
No EOL
196 B
C#
namespace Ombi.Config
|
|
{
|
|
public class DemoLists
|
|
{
|
|
public bool Enabled { get; set; }
|
|
public int[] Movies { get; set; }
|
|
public int[] TvShows { get; set; }
|
|
}
|
|
|
|
|
|
} |