1
0
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:
Leonardo Galli
2016-12-29 17:38:54 +01:00
parent 5ebfac6cc8
commit b7c70d750a
33 changed files with 1647 additions and 2 deletions
+1 -1
View File
@@ -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() {