diff options
| author | standstaff <zhengxingru@yeah.net> | 2024-03-15 17:08:03 +0800 |
|---|---|---|
| committer | standstaff <zhengxingru@yeah.net> | 2024-03-15 17:08:03 +0800 |
| commit | 64b7f0f721bf9885ba3d486d58383343be7f30b4 (patch) | |
| tree | 7ede61a605ce9c4847f4d42618f345db9ef048e2 /MediaBrowser.Controller | |
| parent | 231daa38dda8a572d41693fa458f74940ca53949 (diff) | |
chore: remove repetitive words
Signed-off-by: standstaff <zhengxingru@yeah.net>
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ChannelInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs index 699c15f934..52581df459 100644 --- a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs @@ -54,7 +54,7 @@ namespace MediaBrowser.Controller.LiveTv public string ChannelGroup { get; set; } /// <summary> - /// Gets or sets the the image path if it can be accessed directly from the file system. + /// Gets or sets the image path if it can be accessed directly from the file system. /// </summary> /// <value>The image path.</value> public string ImagePath { get; set; } |
