aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorUlrich Wagner <ulrich.wagner@viaregio-services.de>2020-02-19 13:39:51 +0100
committerGitHub <noreply@github.com>2020-02-19 13:39:51 +0100
commit4d0ee3f6cc4657ce0acb707873c64b86416c8a56 (patch)
treeb6a3d16ae39b9fa1440d3aa4d47df4d19436cee9 /Emby.Server.Implementations/Library/LibraryManager.cs
parent39b6d6586f3a788860bf361dec0087ea35191687 (diff)
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index a2d7f93c2..12e3c661e 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -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;
}