mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed #1760 and improvements on the auto updater.
We may now support windows services... #1460
This commit is contained in:
parent
3edb4a485a
commit
02135bc550
15 changed files with 170 additions and 91 deletions
|
@ -1,5 +1,6 @@
|
|||
using AutoMapper;
|
||||
using Ombi.Core.Models.UI;
|
||||
using Ombi.Settings.Settings.Models;
|
||||
using Ombi.Settings.Settings.Models.Notifications;
|
||||
|
||||
namespace Ombi.Mapping.Profiles
|
||||
|
@ -15,6 +16,7 @@ namespace Ombi.Mapping.Profiles
|
|||
CreateMap<PushoverNotificationViewModel, PushoverSettings>().ReverseMap();
|
||||
CreateMap<MattermostNotificationsViewModel, MattermostNotificationSettings>().ReverseMap();
|
||||
CreateMap<TelegramNotificationsViewModel, TelegramSettings>().ReverseMap();
|
||||
CreateMap<UpdateSettingsViewModel, UpdateSettings>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue