1
0
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:
Vlad Ilies
2017-01-16 20:57:43 +02:00
parent 75bb2533a3
commit 30d2b41fbb
7 changed files with 36 additions and 2 deletions
@@ -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
{