mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fixed clearart image path
This commit is contained in:
parent
8e9571e828
commit
fd9ba20451
@ -110,7 +110,7 @@ namespace MediaBrowser.Controller.Providers
|
|||||||
{
|
{
|
||||||
item.BannerImagePath = filePath;
|
item.BannerImagePath = filePath;
|
||||||
}
|
}
|
||||||
if (name.Equals("art", StringComparison.OrdinalIgnoreCase))
|
if (name.Equals("clearart", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
item.ArtImagePath = filePath;
|
item.ArtImagePath = filePath;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user