aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorstandstaff <zhengxingru@yeah.net>2024-03-15 17:08:03 +0800
committerstandstaff <zhengxingru@yeah.net>2024-03-15 17:08:03 +0800
commit64b7f0f721bf9885ba3d486d58383343be7f30b4 (patch)
tree7ede61a605ce9c4847f4d42618f345db9ef048e2 /MediaBrowser.Controller
parent231daa38dda8a572d41693fa458f74940ca53949 (diff)
chore: remove repetitive words
Signed-off-by: standstaff <zhengxingru@yeah.net>
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/LiveTv/ChannelInfo.cs2
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; }