Added the ability to hide available media from the discover page

This commit is contained in:
tidusjar 2020-09-17 22:07:14 +01:00
commit ff6041b9d1
9 changed files with 60 additions and 40 deletions

View file

@ -11,6 +11,7 @@
public string Logo { get; set; }
public bool RecentlyAddedPage { get; set; }
public bool UseCustomPage { get; set; }
public bool HideAvailableFromDiscover { get; set; }
public string AddToUrl(string part)
{