diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2022-04-15 19:27:38 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2022-11-17 11:16:20 +0100 |
| commit | 072651c4be3914f0ffb5e0be8f57e714d4303fe1 (patch) | |
| tree | 6ac01ca4f929407e821311e5ffd83c6cc7c30f00 /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | f4ab56e12acd8c45dbb04cde93d24db37884bbfe (diff) | |
Add xmldocs for TMDb provider, correct provider spelling
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; } |
