mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
First implementation of completely rewriting the way Radarr handles movies. Searching for new movies is now mostly feature complete.
This commit is contained in:
+3
-1
@@ -6,6 +6,8 @@ module.exports = Marionette.AppRouter.extend({
|
||||
appRoutes : {
|
||||
'addseries' : 'addSeries',
|
||||
'addseries/:action(/:query)' : 'addSeries',
|
||||
'addmovies' : 'addMovies',
|
||||
'addmovies/:action(/:query)' : 'addMovies',
|
||||
'calendar' : 'calendar',
|
||||
'settings' : 'settings',
|
||||
'settings/:action(/:query)' : 'settings',
|
||||
@@ -22,4 +24,4 @@ module.exports = Marionette.AppRouter.extend({
|
||||
'serieseditor' : 'seriesEditor',
|
||||
':whatever' : 'showNotFound'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user