diff options
| author | sususu98 <suchangshan@foxmail.com> | 2025-04-24 14:17:33 +0800 |
|---|---|---|
| committer | sususu98 <suchangshan@foxmail.com> | 2025-04-24 14:17:33 +0800 |
| commit | fd108ff5284f7b59fe4f0e942a05051acbf14cdc (patch) | |
| tree | a38293a49e1ccb4bd18edb501255109faa135461 /MediaBrowser.Model | |
| parent | 22ce1f25d0686b6f8a06d590289d50a7ee907845 (diff) | |
Style: Fix indentation in StreamInfo.cs
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Dlna/StreamInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Dlna/StreamInfo.cs b/MediaBrowser.Model/Dlna/StreamInfo.cs index e233797d7..e465e0e31 100644 --- a/MediaBrowser.Model/Dlna/StreamInfo.cs +++ b/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. |
