diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-08-22 17:50:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 17:50:42 +0200 |
| commit | e1e4ac75e4b2ef84e817f3ebe0d14f52e7249b41 (patch) | |
| tree | c299708f087282f484c698b07daf6aad995b20ed /MediaBrowser.Controller/Entities | |
| parent | c45c8bdec727abdef0a610ea70790c578de4fff8 (diff) | |
| parent | 9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (diff) | |
Merge pull request #8267 from luzpaz/typos
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Season.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Season.cs b/MediaBrowser.Controller/Entities/TV/Season.cs index bd8df2fac..599d35da6 100644 --- a/MediaBrowser.Controller/Entities/TV/Season.cs +++ b/MediaBrowser.Controller/Entities/TV/Season.cs @@ -244,7 +244,7 @@ namespace MediaBrowser.Controller.Entities.TV /// <summary> /// This is called before any metadata refresh and returns true or false indicating if changes were made. /// </summary> - /// <param name="replaceAllMetadata"><c>true</c> to replace metdata, <c>false</c> to not.</param> + /// <param name="replaceAllMetadata"><c>true</c> to replace metadata, <c>false</c> to not.</param> /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> public override bool BeforeMetadataRefresh(bool replaceAllMetadata) { |
