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 /MediaBrowser.Controller/Entities | |
| parent | f3ac9ba4659d58f7bfe1bd006fbea1f68f86b73b (diff) | |
| parent | 2e639c77c73439901abf64fa3439191f181b0b60 (diff) | |
Merge pull request #7602 from Shadowghost/provider-xmldoc
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 77e70f8fb..3c12acd90 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] |
