mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Movies should now show on the main page. However, a lot has to be done to the detail controller before it is really going to work.
This commit is contained in:
@@ -40,7 +40,7 @@ Handlebars.registerHelper('tvMazeUrl', function() {
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('route', function() {
|
||||
return StatusModel.get('urlBase') + '/series/' + this.titleSlug;
|
||||
return StatusModel.get('urlBase') + '/movies/' + this.titleSlug;
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('percentOfEpisodes', function() {
|
||||
|
||||
Reference in New Issue
Block a user