From 97a02f58039855eb1e3e23686d4fe5bee1fbd15e Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Fri, 30 Aug 2024 15:29:48 +0200 Subject: Remove BOM from UTF-8 files I think some people need to change their IDE configuration ;) --- MediaBrowser.Model/Session/HardwareEncodingType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Session/HardwareEncodingType.cs') diff --git a/MediaBrowser.Model/Session/HardwareEncodingType.cs b/MediaBrowser.Model/Session/HardwareEncodingType.cs index 058875cd3..cf424fef5 100644 --- a/MediaBrowser.Model/Session/HardwareEncodingType.cs +++ b/MediaBrowser.Model/Session/HardwareEncodingType.cs @@ -1,4 +1,4 @@ -namespace MediaBrowser.Model.Session +namespace MediaBrowser.Model.Session { /// /// Enum HardwareEncodingType. -- cgit v1.2.3