mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Only set season name if it's unset
This commit is contained in:
parent
99de0ca45f
commit
7fa72260ca
@ -78,7 +78,7 @@ namespace Emby.Server.Implementations.Library.Resolvers.TV
|
||||
}
|
||||
}
|
||||
|
||||
if (season.IndexNumber.HasValue)
|
||||
if (season.IndexNumber.HasValue && string.IsNullOrEmpty(season.Name))
|
||||
{
|
||||
var seasonNumber = season.IndexNumber.Value;
|
||||
season.Name = seasonNumber == 0 ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user