mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
add quality button
This commit is contained in:
parent
9ad6cc1b4b
commit
690906aa38
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ namespace Rssdp.Infrastructure
|
|||
return;
|
||||
}
|
||||
|
||||
WriteTrace(String.Format("Search Request Received From {0}, Target = {1}", remoteEndPoint.ToString(), searchTarget));
|
||||
//WriteTrace(String.Format("Search Request Received From {0}, Target = {1}", remoteEndPoint.ToString(), searchTarget));
|
||||
|
||||
if (IsDuplicateSearchRequest(searchTarget, remoteEndPoint))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue