mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
use tmdb updates for images
This commit is contained in:
@@ -97,6 +97,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
|
||||
|
||||
var sources = additionalBackdrops
|
||||
.Select(musicArtist.GetImageSourceInfo)
|
||||
.Where(i => i != null)
|
||||
.ToList();
|
||||
|
||||
foreach (var path in additionalBackdrops)
|
||||
|
||||
Reference in New Issue
Block a user