aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs
diff options
context:
space:
mode:
authorNiels van Velzen <nielsvanvelzen@users.noreply.github.com>2024-09-06 21:56:31 +0200
committerGitHub <noreply@github.com>2024-09-06 21:56:31 +0200
commit9afaa6ae4ddb9c7aa109604881496344d7124b92 (patch)
tree2a5c159ddc1456de9dc536441d1fea937a409ee7 /src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs
parent5929a04bea514a1f4860aef3dc6021a6d8ec5d16 (diff)
parent97a02f58039855eb1e3e23686d4fe5bee1fbd15e (diff)
Merge pull request #12548 from Bond-009/utf8bom
Remove BOM from UTF-8 files
Diffstat (limited to 'src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs')
-rw-r--r--src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs b/src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs
index 360a96290..127f4079c 100644
--- a/src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs
+++ b/src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;