mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Style: Fix indentation in StreamInfo.cs
This commit is contained in:
parent
22ce1f25d0
commit
fd108ff528
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue