1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 18:42:42 +01:00

Merged branch develop into develop

This commit is contained in:
Leonardo Galli 2017-02-11 23:25:35 +01:00
commit 297348fffe
2 changed files with 7 additions and 2 deletions

View File

@ -266,7 +266,8 @@ public void Execute(RescanMovieCommand message)
{
if (message.MovieId.HasValue)
{
var series = _movieService.GetMovie(message.MovieId.Value);
var movie = _movieService.GetMovie(message.MovieId.Value);
Scan(movie);
}
else
{

View File

@ -141,8 +141,12 @@ module.exports = Marionette.Layout.extend({
title : 'Title',
name : 'sortTitle'
},
{
title: 'Downloaded',
name: 'downloadedQuality'
},
{
title : 'Quality',
title : 'Profile',
name : 'profileId'
},
{