Browse Source

inheritdoc

crobibero 5 years ago
parent
commit
09c8597461
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Emby.Dlna/ControlResponse.cs

+ 1 - 0
Emby.Dlna/ControlResponse.cs

@@ -17,6 +17,7 @@ namespace Emby.Dlna
 
 
         public bool IsSuccessful { get; set; }
         public bool IsSuccessful { get; set; }
 
 
+        /// <inheritdoc />
         public override string ToString()
         public override string ToString()
         {
         {
             return Xml;
             return Xml;