mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 09:08:03 +00:00
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -2433,6 +2433,7 @@ namespace Emby.Server.Implementations.Library
|
||||
if (task.Result.IndexNumber > 0) {
|
||||
episodeInfo.EpisodeNumber = task.Result.IndexNumber;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(task.Result.ShowName)) {
|
||||
episodeInfo.SeriesName = task.Result.ShowName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user