!wip demo

This commit is contained in:
tidusjar 2019-01-28 19:38:00 +00:00
parent 3bf07c63f9
commit d9209642f2
5 changed files with 11727 additions and 3 deletions

View file

@ -2,6 +2,7 @@
{
public class DemoLists
{
public bool Enabled { get; set; }
public int[] Movies { get; set; }
public int[] TvShows { get; set; }
}