mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
Remove the unused arg
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Emby.Server.Implementations.Library
|
||||
return _closeFn();
|
||||
}
|
||||
|
||||
public Stream GetStream(bool seekNearEnd)
|
||||
public Stream GetStream()
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user