diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-03-15 14:22:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 14:22:28 -0600 |
| commit | db151de1a4c736f1bbdd6d0ad067001462139f74 (patch) | |
| tree | f9d00267e3922774ad58d1d89346431c1dc30718 /MediaBrowser.Controller | |
| parent | 1e964c9bc23b598135590f5b29f25836158a4305 (diff) | |
| parent | 64b7f0f721bf9885ba3d486d58383343be7f30b4 (diff) | |
Merge pull request #11159 from standstaff/master
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; } |
