mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
update music user data key
This commit is contained in:
@@ -1022,8 +1022,8 @@ namespace MediaBrowser.Providers.Manager
|
||||
.ToList();
|
||||
|
||||
var musicArtists = albums
|
||||
.Select(i => i.GetParent())
|
||||
.OfType<MusicArtist>()
|
||||
.Select(i => i.MusicArtist)
|
||||
.Where(i => i != null)
|
||||
.ToList();
|
||||
|
||||
var musicArtistRefreshTasks = musicArtists.Select(i => i.ValidateChildren(new Progress<double>(), cancellationToken, options, true));
|
||||
|
||||
Reference in New Issue
Block a user