mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
Reduce #lines
This commit is contained in:
@@ -317,14 +317,10 @@ namespace MediaBrowser.Api
|
||||
protected internal ReadOnlySpan<char> GetPathValue(int index)
|
||||
{
|
||||
static void ThrowIndexOutOfRangeException()
|
||||
{
|
||||
throw new IndexOutOfRangeException("Path doesn't contain enough segments.");
|
||||
}
|
||||
=> throw new IndexOutOfRangeException("Path doesn't contain enough segments.");
|
||||
|
||||
static void ThrowInvalidDataException()
|
||||
{
|
||||
throw new InvalidDataException("Path doesn't start with the base url.");
|
||||
}
|
||||
=> throw new InvalidDataException("Path doesn't start with the base url.");
|
||||
|
||||
ReadOnlySpan<char> path = Request.PathInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user