Browse Source

Style: Fix indentation in StreamInfo.cs

sususu98 7 months ago
parent
commit
fd108ff528
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MediaBrowser.Model/Dlna/StreamInfo.cs

+ 2 - 2
MediaBrowser.Model/Dlna/StreamInfo.cs

@@ -1281,10 +1281,10 @@ public class StreamInfo
                 // Use "?ApiKey=" as seen in HEAD and other parts of the code
                 info.Url += "?ApiKey=" + accessToken;
             }
-         }
+        }
 
          return info;
-        }
+    }
 
     /// <summary>
     /// Gets the target video bit depth.