mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
UI will reload on navigation if the backend has been update
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ define(
|
||||
SeriesAdded : 'series:added',
|
||||
SeriesDeleted : 'series:deleted',
|
||||
SeasonRenamed : 'season:renamed',
|
||||
CommandComplete: 'command:complete'
|
||||
CommandComplete: 'command:complete',
|
||||
ServerUpdated : 'server:updated'
|
||||
};
|
||||
|
||||
vent.Commands = {
|
||||
|
||||
Reference in New Issue
Block a user