mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 21:02:52 +01:00
Remove redundant ToString call
This commit is contained in:
@@ -644,7 +644,7 @@ namespace Rssdp.Infrastructure
|
||||
|
||||
public string Key
|
||||
{
|
||||
get { return this.SearchTarget + ":" + this.EndPoint.ToString(); }
|
||||
get { return this.SearchTarget + ":" + this.EndPoint; }
|
||||
}
|
||||
|
||||
public bool IsOld()
|
||||
|
||||
Reference in New Issue
Block a user