mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04: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…
Add table
Add a link
Reference in a new issue