aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/ExclusiveLiveStream.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-09-10 09:56:48 +0200
committercvium <clausvium@gmail.com>2021-09-10 09:56:48 +0200
commitf3573b061c4d9eb869316ce3de320fd8803aeef8 (patch)
tree5f688788c598f18e7c1b768568f83817b367a7f2 /Emby.Server.Implementations/Library/ExclusiveLiveStream.cs
parent1603d1928e888abeccc6a5fab2e1f13aa65eea6c (diff)
Remove the unused arg
Diffstat (limited to 'Emby.Server.Implementations/Library/ExclusiveLiveStream.cs')
-rw-r--r--Emby.Server.Implementations/Library/ExclusiveLiveStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/ExclusiveLiveStream.cs b/Emby.Server.Implementations/Library/ExclusiveLiveStream.cs
index 9ba9f2115..868071a99 100644
--- a/Emby.Server.Implementations/Library/ExclusiveLiveStream.cs
+++ b/Emby.Server.Implementations/Library/ExclusiveLiveStream.cs
@@ -42,7 +42,7 @@ namespace Emby.Server.Implementations.Library
return _closeFn();
}
- public Stream GetStream(bool seekNearEnd)
+ public Stream GetStream()
{
throw new NotSupportedException();
}