Added the option to select libaries to monitor in Jellyfin and Emby #2389

This commit is contained in:
tidusjar 2021-07-09 16:22:09 +01:00
commit 6d70010777
20 changed files with 249 additions and 85 deletions

View file

@ -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; }
}
}