mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
39b6d6586f
commit
4d0ee3f6cc
@ -2429,6 +2429,7 @@ namespace Emby.Server.Implementations.Library
|
||||
if (task.Result.ParentIndexNumber > 0) {
|
||||
episodeInfo.SeasonNumber = task.Result.ParentIndexNumber;
|
||||
}
|
||||
|
||||
if (task.Result.IndexNumber > 0) {
|
||||
episodeInfo.EpisodeNumber = task.Result.IndexNumber;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user