mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
feat: ✨ Added the ability to provide your own custom plex url
This commit is contained in:
parent
d24c390fe4
commit
6c6b7bb498
7 changed files with 95 additions and 3 deletions
|
@ -21,6 +21,7 @@ namespace Ombi.Core.Settings.Models.External
|
|||
public string MachineIdentifier { get; set; }
|
||||
|
||||
public int EpisodeBatchSize { get; set; }
|
||||
public string ServerHostname { get; set; } = "https://app.plex.tv";
|
||||
|
||||
public List<PlexSelectedLibraries> PlexSelectedLibraries { get; set; } = new List<PlexSelectedLibraries>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue