Merge pull request #12548 from Bond-009/utf8bom

Remove BOM from UTF-8 files
This commit is contained in:
Niels van Velzen
2024-09-06 21:56:31 +02:00
committed by GitHub
284 changed files with 284 additions and 284 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Model.Providers;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using MediaBrowser.Model.Dto;

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>

View File

@@ -1,4 +1,4 @@
namespace MediaBrowser.Model.Session
namespace MediaBrowser.Model.Session
{
/// <summary>
/// Enum HardwareEncodingType.

View File

@@ -1,4 +1,4 @@
namespace MediaBrowser.Model.System;
namespace MediaBrowser.Model.System;
/// <summary>
/// The cast receiver application model.