mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Upcoming view working under backbone
This commit is contained in:
parent
bc490c6bf7
commit
cf1a067b3b
20 changed files with 304 additions and 2 deletions
|
@ -9,6 +9,8 @@
|
|||
'series/index': 'series',
|
||||
'series/add': 'addSeries',
|
||||
'series/add/:action(/:query)': 'addSeries',
|
||||
'upcoming': 'upcoming',
|
||||
'upcoming/index': 'upcoming',
|
||||
':whatever': 'notFound'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue