mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user