This commit is contained in:
Eric Reed
2013-05-28 13:37:17 -04:00
9 changed files with 153 additions and 39 deletions

View File

@@ -42,6 +42,7 @@ namespace MediaBrowser.Controller.Providers.Music
target.Tags = source.Tags.ToList();
target.Overview = source.Overview;
target.ProductionLocations = source.ProductionLocations.ToList();
target.Genres = source.Genres.ToList();
}
public static void ProcessAlbumData(BaseItem item, LastfmAlbum data)