Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/79a8cf205988dfc976ffe5ec162b8e5d1cc4d574 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed static declarations

pull/284/head
tidusjar 9 years ago
parent fc57a2be47
commit 79a8cf2059

@ -76,7 +76,7 @@ namespace PlexRequests.Services.Notification
Observers.TryRemove(notification.NotificationName, out notification);
}
private static async Task NotifyAsync(INotification notification, NotificationModel model)
private async Task NotifyAsync(INotification notification, NotificationModel model)
{
try
{
@ -89,7 +89,7 @@ namespace PlexRequests.Services.Notification
}
private static async Task NotifyAsync(INotification notification, NotificationModel model, Settings settings)
private async Task NotifyAsync(INotification notification, NotificationModel model, Settings settings)
{
try
{

Loading…
Cancel
Save