mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user