mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
UI will reload on navigation if the backend has been update
This commit is contained in:
parent
541cd0ce19
commit
c286f1b18a
7 changed files with 98 additions and 57 deletions
|
@ -191,7 +191,8 @@ define(
|
|||
'Series/SeriesController',
|
||||
'Router',
|
||||
'Shared/Modal/Controller',
|
||||
'Instrumentation/StringFormat'
|
||||
'Instrumentation/StringFormat',
|
||||
'LifeCycle'
|
||||
], function ($, Backbone, Marionette, RouteBinder, SignalRBroadcaster, NavbarView, AppLayout, SeriesController, Router, ModalController) {
|
||||
|
||||
new SeriesController();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue