mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Fixed the casting error #1292
This commit is contained in:
parent
830c887d98
commit
f7926f13b5
3 changed files with 11 additions and 5 deletions
|
@ -39,6 +39,7 @@ namespace Ombi.Services.Interfaces
|
|||
/// <param name="model">The model.</param>
|
||||
/// <returns></returns>
|
||||
Task Publish(NotificationModel model);
|
||||
Task PublishTest(NotificationModel model, Settings settings, INotification type);
|
||||
/// <summary>
|
||||
/// Sends a notification to the user, this is usually for testing the settings.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue