mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Remove remaining IsJellyfin sections
This commit is contained in:
parent
f8b9b3ca25
commit
6a96d6718b
17 changed files with 24 additions and 46 deletions
|
@ -6,7 +6,6 @@ namespace Ombi.Core.Settings.Models.External
|
|||
public sealed class EmbySettings : Ombi.Settings.Settings.Models.Settings
|
||||
{
|
||||
public bool Enable { get; set; }
|
||||
public bool IsJellyfin { get; set; }
|
||||
public List<EmbyServers> Servers { get; set; } = new List<EmbyServers>();
|
||||
}
|
||||
|
||||
|
@ -19,4 +18,4 @@ namespace Ombi.Core.Settings.Models.External
|
|||
public string ServerHostname { get; set; }
|
||||
public bool EnableEpisodeSearching { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace Ombi.Core.Settings.Models.External
|
|||
public sealed class JellyfinSettings : Ombi.Settings.Settings.Models.Settings
|
||||
{
|
||||
public bool Enable { get; set; }
|
||||
public bool IsJellyfin { get; set; }
|
||||
public List<JellyfinServers> Servers { get; set; } = new List<JellyfinServers>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue