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:
commit
297348fffe
@ -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
|
||||
{
|
||||
|
@ -141,8 +141,12 @@ module.exports = Marionette.Layout.extend({
|
||||
title : 'Title',
|
||||
name : 'sortTitle'
|
||||
},
|
||||
{
|
||||
title: 'Downloaded',
|
||||
name: 'downloadedQuality'
|
||||
},
|
||||
{
|
||||
title : 'Quality',
|
||||
title : 'Profile',
|
||||
name : 'profileId'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user