mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fixed build
This commit is contained in:
parent
de886dd800
commit
f54ac1c401
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ namespace Ombi.Schedule.Jobs.Jellyfin
|
|||
ProviderUserId = jellyfinUser.Id,
|
||||
MovieRequestLimit = userManagementSettings.MovieRequestLimit,
|
||||
EpisodeRequestLimit = userManagementSettings.EpisodeRequestLimit,
|
||||
StreamingCountry = userManagementSettings.DefaultStreamingCountry;
|
||||
StreamingCountry = userManagementSettings.DefaultStreamingCountry
|
||||
};
|
||||
_log.LogInformation("Creating Jellyfin user {0}", newUser.UserName);
|
||||
var result = await _userManager.CreateAsync(newUser);
|
||||
|
|
|
@ -163,7 +163,7 @@ namespace Ombi.Schedule.Jobs.Plex
|
|||
ProviderUserId = plexAdmin.id,
|
||||
Email = plexAdmin.email ?? string.Empty,
|
||||
Alias = string.Empty,
|
||||
StreamingCountry = settings.DefaultStreamingCountry;
|
||||
StreamingCountry = settings.DefaultStreamingCountry
|
||||
};
|
||||
|
||||
var result = await _userManager.CreateAsync(newUser);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue