mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 20:54:20 +01:00
fixes #914 - Add option to save metadata hidden
This commit is contained in:
@@ -8,7 +8,7 @@ namespace MediaBrowser.Dlna.Ssdp
|
||||
{
|
||||
public string Method { get; set; }
|
||||
|
||||
public IPEndPoint EndPoint { get; set; }
|
||||
public EndPoint EndPoint { get; set; }
|
||||
|
||||
public Dictionary<string, string> Headers { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user