mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
remove redundant code
This commit is contained in:
@@ -86,13 +86,6 @@ namespace MediaBrowser.Common.Extensions
|
||||
return true;
|
||||
}
|
||||
|
||||
if (index < span.Length - 1 && span[index] == _separator)
|
||||
{
|
||||
Current = span.Slice(0, index);
|
||||
_str = span[(index + 1)..];
|
||||
return true;
|
||||
}
|
||||
|
||||
Current = span.Slice(0, index);
|
||||
_str = span[(index + 1)..];
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user