mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Added movie studio to movie details page (#262)
* modified Movie model * db migration * ui template modification
This commit is contained in:
@@ -85,6 +85,7 @@ namespace NzbDrone.Core.Tv
|
||||
movie.Year = movieInfo.Year;
|
||||
movie.PhysicalRelease = movieInfo.PhysicalRelease;
|
||||
movie.YouTubeTrailerId = movieInfo.YouTubeTrailerId;
|
||||
movie.Studio = movieInfo.Studio;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user