diff options
| author | Bond_009 <bond.009@outlook.com> | 2024-08-30 15:29:48 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2024-08-30 15:29:48 +0200 |
| commit | 97a02f58039855eb1e3e23686d4fe5bee1fbd15e (patch) | |
| tree | 691e9f6c025449783366401d625dc6d9e431c3e2 /MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs | |
| parent | 9644e894f0f6e1206f68a2b23aeb8065a565f9bf (diff) | |
Remove BOM from UTF-8 files
I think some people need to change their IDE configuration ;)
Diffstat (limited to 'MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs')
| -rw-r--r-- | MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs b/MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs index f44dc92d7..d75ef7ad3 100644 --- a/MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs +++ b/MediaBrowser.Controller/Streaming/ProgressiveFileStream.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Diagnostics; using System.IO; using System.Threading; |
