mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
8149bc92f1
@ -132,6 +132,11 @@ namespace MediaBrowser.Dlna.Ssdp
|
|||||||
|
|
||||||
internal bool IgnoreMessage(SsdpMessageEventArgs args, bool isMulticast)
|
internal bool IgnoreMessage(SsdpMessageEventArgs args, bool isMulticast)
|
||||||
{
|
{
|
||||||
|
if (!isMulticast)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
string usn;
|
string usn;
|
||||||
if (args.Headers.TryGetValue("USN", out usn))
|
if (args.Headers.TryGetValue("USN", out usn))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user