mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 03:36:12 +01:00
Fixed clearart image path
This commit is contained in:
parent
8e9571e828
commit
fd9ba20451
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ namespace MediaBrowser.Controller.Providers
|
|||
{
|
||||
item.BannerImagePath = filePath;
|
||||
}
|
||||
if (name.Equals("art", StringComparison.OrdinalIgnoreCase))
|
||||
if (name.Equals("clearart", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
item.ArtImagePath = filePath;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue