mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
feat(customization): ✨ Added possibility for custom favicons
This commit is contained in:
parent
3dfb503ee7
commit
40af6593b6
6 changed files with 30 additions and 6 deletions
|
@ -12,6 +12,7 @@
|
|||
public bool RecentlyAddedPage { get; set; }
|
||||
public bool UseCustomPage { get; set; }
|
||||
public bool HideAvailableFromDiscover { get; set; }
|
||||
public string Favicon { get; set; }
|
||||
|
||||
public string AddToUrl(string part)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue