Fix local season backdrop saving
This commit is contained in:
parent
b25d6d1e48
commit
0c560a313a
|
@ -410,7 +410,9 @@ namespace MediaBrowser.Providers.Manager
|
||||||
|
|
||||||
if (type == ImageType.Backdrop && saveLocally)
|
if (type == ImageType.Backdrop && saveLocally)
|
||||||
{
|
{
|
||||||
if (season is not null && season.IndexNumber.HasValue)
|
if (season is not null
|
||||||
|
&& season.IndexNumber.HasValue
|
||||||
|
&& (imageIndex is null || imageIndex == 0))
|
||||||
{
|
{
|
||||||
var seriesFolder = season.SeriesPath;
|
var seriesFolder = season.SeriesPath;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user