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

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2421/head
Ulrich Wagner 4 years ago committed by GitHub
parent 39b6d6586f
commit 4d0ee3f6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save