diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-02-04 12:28:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 12:28:16 +0100 |
| commit | 6a6472bb8a9731e4fc9d69be6b6a398aaf99477d (patch) | |
| tree | f3bf08f21ffb26ae53cac22c6c4ae66ddc56968e /MediaBrowser.Controller | |
| parent | c9e11c95ee11a718c176a9bae08865ab5ef6b323 (diff) | |
Update MediaBrowser.Controller/Entities/PersonInfo.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Entities/PersonInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/PersonInfo.cs b/MediaBrowser.Controller/Entities/PersonInfo.cs index 5a27cbe1a..e90c55a8a 100644 --- a/MediaBrowser.Controller/Entities/PersonInfo.cs +++ b/MediaBrowser.Controller/Entities/PersonInfo.cs @@ -6,7 +6,7 @@ using MediaBrowser.Model.Entities; namespace MediaBrowser.Controller.Entities { /// <summary> - /// This is the small Person stub that is attached to BaseItems + /// This is a small Person stub that is attached to BaseItems. /// </summary> public sealed class PersonInfo : IHasProviderIds { |
