mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Merged branch develop into develop
This commit is contained in:
commit
297348fffe
2 changed files with 7 additions and 2 deletions
|
@ -266,7 +266,8 @@ namespace NzbDrone.Core.MediaFiles
|
|||
{
|
||||
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…
Add table
Add a link
Reference in a new issue