diff options
| author | crobibero <cody@robibe.ro> | 2020-08-16 08:40:43 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-16 08:40:43 -0600 |
| commit | 09c859746116a949008ebba832fa17b55c90e6e4 (patch) | |
| tree | dea93af237a68795d7893fa48cb1e09c7d0fe308 | |
| parent | 7fe372749e248721c57f60527733ee002215ad09 (diff) | |
inheritdoc
| -rw-r--r-- | Emby.Dlna/ControlResponse.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Dlna/ControlResponse.cs b/Emby.Dlna/ControlResponse.cs index ee72329b7..243b09786 100644 --- a/Emby.Dlna/ControlResponse.cs +++ b/Emby.Dlna/ControlResponse.cs @@ -17,6 +17,7 @@ namespace Emby.Dlna public bool IsSuccessful { get; set; } + /// <inheritdoc /> public override string ToString() { return Xml; |
