mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Remove redundant 'else' keywords
This commit is contained in:
@@ -221,10 +221,8 @@ namespace Rssdp.Infrastructure
|
||||
{
|
||||
return trimmedSegment.Substring(1, trimmedSegment.Length - 2);
|
||||
}
|
||||
else
|
||||
{
|
||||
return trimmedSegment;
|
||||
}
|
||||
|
||||
return trimmedSegment;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user