diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-08-15 10:30:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-15 10:30:12 -0700 |
| commit | 312e2685f8e1c734680ea9872fd31b27694d607d (patch) | |
| tree | d5b698b21e55684a5792c895ca19cf1cc9f533a9 | |
| parent | e3df4dcaaef7c2a72436a61492292376565ec21d (diff) | |
Update MediaBrowser.Controller/Entities/IHasMediaSources.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | MediaBrowser.Controller/Entities/IHasMediaSources.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/IHasMediaSources.cs b/MediaBrowser.Controller/Entities/IHasMediaSources.cs index b11dac381..90d9bdd2d 100644 --- a/MediaBrowser.Controller/Entities/IHasMediaSources.cs +++ b/MediaBrowser.Controller/Entities/IHasMediaSources.cs @@ -21,7 +21,7 @@ namespace MediaBrowser.Controller.Entities /// Gets the media sources. /// </summary> /// <param name="enablePathSubstitution"><c>true</c> to enable path substitution, <c>false</c> to not.</param> - /// <returns>A lits of media sources.</returns> + /// <returns>A list of media sources.</returns> List<MediaSourceInfo> GetMediaSources(bool enablePathSubstitution); List<MediaStream> GetMediaStreams(); |
