mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Added the option to select libaries to monitor in Jellyfin and Emby #2389
This commit is contained in:
parent
fc7df0e11b
commit
6d70010777
20 changed files with 249 additions and 85 deletions
|
@ -22,8 +22,9 @@ namespace Ombi.Core.Settings.Models.External
|
|||
|
||||
public class EmbySelectedLibraries
|
||||
{
|
||||
public int Key { get; set; }
|
||||
public string Key { get; set; }
|
||||
public string Title { get; set; } // Name is for display purposes
|
||||
public string CollectionType { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue