mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Check if Emby/Plex is enabled before starting the job
This commit is contained in:
parent
a206141f98
commit
4c79871bd7
5 changed files with 18 additions and 3 deletions
|
@ -171,6 +171,7 @@ namespace Ombi.Services.Notification
|
|||
try
|
||||
{
|
||||
var settings = await PlexSettings.GetSettingsAsync();
|
||||
|
||||
var plexUser = PlexApi.GetUsers(settings.PlexAuthToken); // TODO emby
|
||||
var userAccount = PlexApi.GetAccount(settings.PlexAuthToken);
|
||||
var localUsers = UserHelper.GetUsers().ToList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue