mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 02:56:54 +01:00
update music brainz to fetch overview
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user