Remove BOM from UTF-8 files

I think some people need to change their IDE configuration ;)
This commit is contained in:
Bond_009 2024-08-30 15:29:48 +02:00
parent 9644e894f0
commit 97a02f5803
284 changed files with 284 additions and 284 deletions

View File

@ -1,4 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
using System.Text.RegularExpressions;
namespace Emby.Naming.Video;

View File

@ -1,4 +1,4 @@
#pragma warning disable CA1813 // Avoid unsealed attributes
#pragma warning disable CA1813 // Avoid unsealed attributes
using System;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Attributes;
namespace Jellyfin.Api.Attributes;
/// <summary>
/// Produces file attribute of "image/*".

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace Jellyfin.Api.Attributes;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Attributes;
namespace Jellyfin.Api.Attributes;
/// <summary>
/// Produces file attribute of "image/*".

View File

@ -1,4 +1,4 @@
#pragma warning disable CA1813 // Avoid unsealed attributes
#pragma warning disable CA1813 // Avoid unsealed attributes
using System;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Attributes;
namespace Jellyfin.Api.Attributes;
/// <summary>
/// Produces file attribute of "image/*".

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Attributes;
namespace Jellyfin.Api.Attributes;
/// <summary>
/// Produces file attribute of "image/*".

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Attributes;
namespace Jellyfin.Api.Attributes;
/// <summary>
/// Produces file attribute of "video/*".

View File

@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Jellyfin.Api.Constants;
using Jellyfin.Api.Extensions;
using Jellyfin.Data.Enums;

View File

@ -1,4 +1,4 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Authorization;
namespace Jellyfin.Api.Auth.DefaultAuthorizationPolicy
{

View File

@ -1,4 +1,4 @@
using Jellyfin.Api.Auth.DefaultAuthorizationPolicy;
using Jellyfin.Api.Auth.DefaultAuthorizationPolicy;
namespace Jellyfin.Api.Auth.FirstTimeSetupPolicy
{

View File

@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Jellyfin.Api.Extensions;
using Jellyfin.Data.Enums;
using MediaBrowser.Common.Extensions;

View File

@ -1,4 +1,4 @@
using Jellyfin.Api.Auth.DefaultAuthorizationPolicy;
using Jellyfin.Api.Auth.DefaultAuthorizationPolicy;
using Jellyfin.Data.Enums;
namespace Jellyfin.Api.Auth.SyncPlayAccessPolicy

View File

@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Jellyfin.Api.Extensions;
using Jellyfin.Extensions;
using MediaBrowser.Common.Extensions;

View File

@ -1,4 +1,4 @@
using Jellyfin.Api.Auth.DefaultAuthorizationPolicy;
using Jellyfin.Api.Auth.DefaultAuthorizationPolicy;
using Jellyfin.Data.Enums;
namespace Jellyfin.Api.Auth.UserPermissionPolicy

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Constants;
namespace Jellyfin.Api.Constants;
/// <summary>
/// Internal claim types for authorization.

View File

@ -1,4 +1,4 @@
using System.Net.Mime;
using System.Net.Mime;
using System.Threading.Tasks;
using Jellyfin.Api.Attributes;
using Jellyfin.Api.Extensions;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics.CodeAnalysis;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Security.Claims;
using Jellyfin.Api.Constants;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Security.Claims;
using Jellyfin.Extensions;

View File

@ -1,4 +1,4 @@
using System.Text;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.Formatters;

View File

@ -1,4 +1,4 @@
using System.Net.Mime;
using System.Net.Mime;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;

View File

@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Text;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.IO;
using System.Threading;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Linq;
using System.Net;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;

View File

@ -1,4 +1,4 @@
using System.Diagnostics;
using System.Diagnostics;
using System.Globalization;
using System.Threading.Tasks;
using MediaBrowser.Common.Extensions;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.ModelBinding;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.ModelBinding;

View File

@ -1,4 +1,4 @@
using System;
using System;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Models.LibraryDtos;
namespace Jellyfin.Api.Models.LibraryDtos;
/// <summary>
/// Library option info dto.

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
namespace Jellyfin.Api.Models.LibraryDtos;

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
namespace Jellyfin.Api.Models.LibraryDtos;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Models.LibraryDtos;
namespace Jellyfin.Api.Models.LibraryDtos;
/// <summary>
/// The media update info path.

View File

@ -1,4 +1,4 @@
using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.Configuration;
namespace Jellyfin.Api.Models.LibraryStructureDto;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
using MediaBrowser.Model.Configuration;
namespace Jellyfin.Api.Models.LibraryStructureDto;

View File

@ -1,4 +1,4 @@
using System;
using System;
using MediaBrowser.Model.Configuration;
namespace Jellyfin.Api.Models.LibraryStructureDto;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
using MediaBrowser.Model.Configuration;
namespace Jellyfin.Api.Models.LibraryStructureDto;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text.Json.Serialization;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Api.Models.LiveTvDtos;

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
using MediaBrowser.Model.Dlna;
namespace Jellyfin.Api.Models.MediaInfoDtos;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;
using Jellyfin.Data.Enums;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text.Json.Serialization;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Api.Models.StartupDtos;

View File

@ -1,4 +1,4 @@
using MediaBrowser.Controller.Streaming;
using MediaBrowser.Controller.Streaming;
namespace Jellyfin.Api.Models.StreamingDtos;

View File

@ -1,4 +1,4 @@
using MediaBrowser.Controller.Streaming;
using MediaBrowser.Controller.Streaming;
namespace Jellyfin.Api.Models.StreamingDtos;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Api.Models.SubtitleDtos;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Models.UserDtos;
namespace Jellyfin.Api.Models.UserDtos;
/// <summary>
/// The authenticate user by name request body.

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Api.Models.UserDtos;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Api.Models.UserDtos;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Api.Models.UserDtos;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Api.Models.UserDtos;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Models.UserDtos;
namespace Jellyfin.Api.Models.UserDtos;
/// <summary>
/// The update user easy password request body.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Models.UserDtos;
namespace Jellyfin.Api.Models.UserDtos;
/// <summary>
/// The update user password request body.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Api.Models.UserViewDtos;
namespace Jellyfin.Api.Models.UserViewDtos;
/// <summary>
/// Special view option dto.

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations.Schema;
using System.Xml.Serialization;
using Jellyfin.Data.Enums;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;
namespace Jellyfin.Data.Entities

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Globalization;

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// The base item kind.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the version of Chromecast to be used by clients.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the different options for the home screen sections.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing a type of indexing in a user's display preferences.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums;
namespace Jellyfin.Data.Enums;
/// <summary>
/// Media types.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the axis that should be scrolled.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the sorting order.

View File

@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing a subtitle playback mode.

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace Jellyfin.Data.Events.System
{

View File

@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;

View File

@ -1,4 +1,4 @@
using System.Globalization;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;
using MediaBrowser.Controller.Events;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;

View File

@ -1,4 +1,4 @@
using System.Globalization;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;
using MediaBrowser.Controller.Events;

View File

@ -1,4 +1,4 @@
using System.Globalization;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;
using MediaBrowser.Controller.Events;

View File

@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using Jellyfin.Data.Events.System;
using MediaBrowser.Controller.Events;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;

View File

@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Events;
using MediaBrowser.Controller.Session;

View File

@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Events;
using MediaBrowser.Controller.Events.Updates;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;

View File

@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Common.Updates;
using MediaBrowser.Controller.Events;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;

View File

@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Events;
using MediaBrowser.Controller.Events.Updates;

Some files were not shown because too many files have changed in this diff Show More