Explorar o código

copy genres from MusicArtist to Artist

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
9274f9f35f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      MediaBrowser.Controller/Providers/Music/LastfmHelper.cs

+ 1 - 0
MediaBrowser.Controller/Providers/Music/LastfmHelper.cs

@@ -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)