Update Emby.Server.Implementations/Library/LibraryManager.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Ulrich Wagner 2020-02-19 13:39:51 +01:00 committed by GitHub
parent 39b6d6586f
commit 4d0ee3f6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}