Browse Source

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

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Ulrich Wagner 5 years ago
parent
commit
4d0ee3f6cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Emby.Server.Implementations/Library/LibraryManager.cs

+ 1 - 0
Emby.Server.Implementations/Library/LibraryManager.cs

@@ -2429,6 +2429,7 @@ namespace Emby.Server.Implementations.Library
                         if (task.Result.ParentIndexNumber > 0) {
                         if (task.Result.ParentIndexNumber > 0) {
                             episodeInfo.SeasonNumber = task.Result.ParentIndexNumber;
                             episodeInfo.SeasonNumber = task.Result.ParentIndexNumber;
                         }
                         }
+
                         if (task.Result.IndexNumber > 0) {
                         if (task.Result.IndexNumber > 0) {
                             episodeInfo.EpisodeNumber = task.Result.IndexNumber;
                             episodeInfo.EpisodeNumber = task.Result.IndexNumber;
                         }
                         }