mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
UI will reload on navigation if the backend has been update
This commit is contained in:
@@ -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