mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Auto reload when server has been updated
New: Updating will reload UI on navigation
This commit is contained in:
@@ -8,7 +8,7 @@ namespace NzbDrone.Host.Owin.MiddleWare
|
||||
{
|
||||
public class SignalRMiddleWare : IOwinMiddleWare
|
||||
{
|
||||
public int Order { get { return 0; } }
|
||||
public int Order { get { return 1; } }
|
||||
|
||||
public SignalRMiddleWare(IContainer container)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user