diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-09 23:47:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-09 23:47:58 -0400 |
| commit | dbf23fbd126a141c5c2cc05215c328d153b8255c (patch) | |
| tree | 051101085376bd10a7c7be29532dcd4ae4e1b60d /MediaBrowser.Controller/LiveTv/LiveStream.cs | |
| parent | 926d976e84b62fd939811221d92fca45c96c02de (diff) | |
| parent | 9440fdc719880ba9b8a7ecf5991cff98774bf49c (diff) | |
Merge pull request #2875 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/LiveStream.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveStream.cs b/MediaBrowser.Controller/LiveTv/LiveStream.cs index b90d0e3d2..20947462e 100644 --- a/MediaBrowser.Controller/LiveTv/LiveStream.cs +++ b/MediaBrowser.Controller/LiveTv/LiveStream.cs @@ -51,7 +51,7 @@ namespace MediaBrowser.Controller.LiveTv return Task.FromResult(true); } - protected Stream GetInputStream(string path, long startPosition, bool allowAsyncFileRead) + protected Stream GetInputStream(string path, bool allowAsyncFileRead) { var fileOpenOptions = FileOpenOptions.SequentialScan; |
