diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-11-19 15:11:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-19 15:11:56 +0100 |
| commit | 32fc46eb6af76d92246974ab2c87c8f58ac8ccff (patch) | |
| tree | 5aae11c6a5831c5a4de4379e9aae9a4ed40fb68e /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | f3ac9ba4659d58f7bfe1bd006fbea1f68f86b73b (diff) | |
| parent | 2e639c77c73439901abf64fa3439191f181b0b60 (diff) | |
Merge pull request #7602 from Shadowghost/provider-xmldoc
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/LibraryManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs index cef82ebbc..b688af528 100644 --- a/Emby.Server.Implementations/Library/LibraryManager.cs +++ b/Emby.Server.Implementations/Library/LibraryManager.cs @@ -2590,9 +2590,9 @@ namespace Emby.Server.Implementations.Library { /* Anime series don't generally have a season in their file name, however, - tvdb needs a season to correctly get the metadata. + TVDb needs a season to correctly get the metadata. Hence, a null season needs to be filled with something. */ - // FIXME perhaps this would be better for tvdb parser to ask for season 1 if no season is specified + // FIXME perhaps this would be better for TVDb parser to ask for season 1 if no season is specified episode.ParentIndexNumber = 1; } |
