update music brainz to fetch overview

This commit is contained in:
Luke Pulverenti
2016-10-08 14:51:07 -04:00
parent 5cd3276775
commit b3595eab6a
7 changed files with 78 additions and 20 deletions

View File

@@ -1432,6 +1432,12 @@ namespace MediaBrowser.Server.Implementations.Dto
SetBookProperties(dto, book);
}
var movie = item as Movie;
if (movie != null)
{
dto.ProductionLocations = new string[] { };
}
var photo = item as Photo;
if (photo != null)
{