aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-09 23:47:33 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-09 23:47:33 -0400
commit9440fdc719880ba9b8a7ecf5991cff98774bf49c (patch)
tree051101085376bd10a7c7be29532dcd4ae4e1b60d /MediaBrowser.Controller/LiveTv
parentfe10df693551ded214adc49cbbe4d5ad00de66fb (diff)
3.2.30.14
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
-rw-r--r--MediaBrowser.Controller/LiveTv/LiveStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveStream.cs b/MediaBrowser.Controller/LiveTv/LiveStream.cs
index b90d0e3d20..20947462e8 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;