mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix DlnaControlResponse string return
This commit is contained in:
parent
2d4e91c5a2
commit
7d2ad3e0fc
1 changed files with 5 additions and 0 deletions
|
@ -16,5 +16,10 @@ namespace Emby.Dlna
|
|||
public string Xml { get; set; }
|
||||
|
||||
public bool IsSuccessful { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Xml;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue