diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-12-04 21:39:27 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-12-04 21:39:27 +0100 |
| commit | 5cab79c839d2212ae638db403ec4d7ba0699f9a1 (patch) | |
| tree | 13194b84cbecbe5eebdd6306197f4a2d5e1fadcf /MediaBrowser.Controller/Library/IMediaSourceManager.cs | |
| parent | f3ca4631c39e89afa0cc4af3631016c00e47037c (diff) | |
Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
Diffstat (limited to 'MediaBrowser.Controller/Library/IMediaSourceManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IMediaSourceManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Library/IMediaSourceManager.cs b/MediaBrowser.Controller/Library/IMediaSourceManager.cs index fbae4edb0..1bf981d79 100644 --- a/MediaBrowser.Controller/Library/IMediaSourceManager.cs +++ b/MediaBrowser.Controller/Library/IMediaSourceManager.cs @@ -39,9 +39,9 @@ namespace MediaBrowser.Controller.Library List<MediaStream> GetMediaStreams(MediaStreamQuery query); /// <summary> - /// Gets the playack media sources. + /// Gets the playback media sources. /// </summary> - Task<List<MediaSourceInfo>> GetPlayackMediaSources(BaseItem item, User user, bool allowMediaProbe, bool enablePathSubstitution, CancellationToken cancellationToken); + Task<List<MediaSourceInfo>> GetPlaybackMediaSources(BaseItem item, User user, bool allowMediaProbe, bool enablePathSubstitution, CancellationToken cancellationToken); /// <summary> /// Gets the static media sources. |
