mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Episode grid will show downloading on grab
New: Update episode status in UI on grab and download
This commit is contained in:
parent
b6693a20a9
commit
daeb2fc652
37 changed files with 613 additions and 128 deletions
|
@ -8,6 +8,7 @@ require(
|
|||
'Series/SeriesCollection',
|
||||
'ProgressMessaging/ProgressMessageCollection',
|
||||
'Commands/CommandMessengerCollectionView',
|
||||
'History/Queue/QueueCollection',
|
||||
'Navbar/NavbarView',
|
||||
'jQuery/RouteBinder',
|
||||
'jquery'
|
||||
|
@ -18,6 +19,7 @@ require(
|
|||
SeriesCollection,
|
||||
ProgressMessageCollection,
|
||||
CommandMessengerCollectionView,
|
||||
QueueCollection,
|
||||
NavbarView,
|
||||
RouterBinder,
|
||||
$) {
|
||||
|
@ -36,6 +38,7 @@ require(
|
|||
'settings/:action(/:query)' : 'settings',
|
||||
'missing' : 'missing',
|
||||
'history' : 'history',
|
||||
'history/:action' : 'history',
|
||||
'rss' : 'rss',
|
||||
'system' : 'system',
|
||||
'system/:action' : 'system',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue