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 /MediaBrowser.Controller/Entities | |
| parent | f4ab56e12acd8c45dbb04cde93d24db37884bbfe (diff) | |
Add xmldocs for TMDb provider, correct provider spelling
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Movies/Movie.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/Movies/Movie.cs b/MediaBrowser.Controller/Entities/Movies/Movie.cs index 77e70f8fbd..3c12acd90d 100644 --- a/MediaBrowser.Controller/Entities/Movies/Movie.cs +++ b/MediaBrowser.Controller/Entities/Movies/Movie.cs @@ -33,9 +33,9 @@ namespace MediaBrowser.Controller.Entities.Movies .ToArray(); /// <summary> - /// Gets or sets the name of the TMDB collection. + /// Gets or sets the name of the TMDb collection. /// </summary> - /// <value>The name of the TMDB collection.</value> + /// <value>The name of the TMDb collection.</value> public string TmdbCollectionName { get; set; } [JsonIgnore] |
