Browse Source

Remove UTF8 bom from some files

Bond_009 4 years ago
parent
commit
f5973d57e8
29 changed files with 29 additions and 29 deletions
  1. 1 1
      Jellyfin.Api/Controllers/ApiKeyController.cs
  2. 1 1
      Jellyfin.Api/Controllers/ArtistsController.cs
  3. 1 1
      Jellyfin.Api/Controllers/BrandingController.cs
  4. 1 1
      Jellyfin.Api/Controllers/CollectionController.cs
  5. 1 1
      Jellyfin.Api/Controllers/DashboardController.cs
  6. 1 1
      Jellyfin.Api/Controllers/FilterController.cs
  7. 1 1
      Jellyfin.Api/Controllers/GenresController.cs
  8. 1 1
      Jellyfin.Api/Controllers/HlsSegmentController.cs
  9. 1 1
      Jellyfin.Api/Controllers/ImageController.cs
  10. 1 1
      Jellyfin.Api/Controllers/InstantMixController.cs
  11. 1 1
      Jellyfin.Api/Controllers/ItemLookupController.cs
  12. 1 1
      Jellyfin.Api/Controllers/ItemUpdateController.cs
  13. 1 1
      Jellyfin.Api/Controllers/LocalizationController.cs
  14. 1 1
      Jellyfin.Api/Controllers/MediaInfoController.cs
  15. 1 1
      Jellyfin.Api/Controllers/MoviesController.cs
  16. 1 1
      Jellyfin.Api/Controllers/MusicGenresController.cs
  17. 1 1
      Jellyfin.Api/Controllers/PersonsController.cs
  18. 1 1
      Jellyfin.Api/Controllers/PlaylistsController.cs
  19. 1 1
      Jellyfin.Api/Controllers/PlaystateController.cs
  20. 1 1
      Jellyfin.Api/Controllers/PluginsController.cs
  21. 1 1
      Jellyfin.Api/Controllers/StudiosController.cs
  22. 1 1
      Jellyfin.Api/Controllers/SuggestionsController.cs
  23. 1 1
      Jellyfin.Api/Controllers/SyncPlayController.cs
  24. 1 1
      Jellyfin.Api/Controllers/SystemController.cs
  25. 1 1
      Jellyfin.Api/Controllers/TimeSyncController.cs
  26. 1 1
      Jellyfin.Api/Controllers/UniversalAudioController.cs
  27. 1 1
      Jellyfin.Api/Controllers/UserController.cs
  28. 1 1
      Jellyfin.Api/Controllers/UserViewsController.cs
  29. 1 1
      Jellyfin.Api/Controllers/YearsController.cs

+ 1 - 1
Jellyfin.Api/Controllers/ApiKeyController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Globalization;
 using Jellyfin.Api.Constants;

+ 1 - 1
Jellyfin.Api/Controllers/ArtistsController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using Jellyfin.Api.Constants;

+ 1 - 1
Jellyfin.Api/Controllers/BrandingController.cs

@@ -1,4 +1,4 @@
-using MediaBrowser.Common.Configuration;
+using MediaBrowser.Common.Configuration;
 using MediaBrowser.Controller.Configuration;
 using MediaBrowser.Model.Branding;
 using Microsoft.AspNetCore.Http;

+ 1 - 1
Jellyfin.Api/Controllers/CollectionController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Threading.Tasks;
 using Jellyfin.Api.Constants;

+ 1 - 1
Jellyfin.Api/Controllers/DashboardController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/FilterController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/GenresController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using Jellyfin.Api.Constants;

+ 1 - 1
Jellyfin.Api/Controllers/HlsSegmentController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/ImageController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/InstantMixController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/ItemLookupController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/ItemUpdateController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/LocalizationController.cs

@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
 using Jellyfin.Api.Constants;
 using MediaBrowser.Model.Entities;
 using MediaBrowser.Model.Globalization;

+ 1 - 1
Jellyfin.Api/Controllers/MediaInfoController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/MoviesController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/MusicGenresController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using Jellyfin.Api.Constants;

+ 1 - 1
Jellyfin.Api/Controllers/PersonsController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using Jellyfin.Api.Constants;

+ 1 - 1
Jellyfin.Api/Controllers/PlaylistsController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using System.Threading.Tasks;

+ 1 - 1
Jellyfin.Api/Controllers/PlaystateController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Diagnostics.CodeAnalysis;
 using System.Threading.Tasks;

+ 1 - 1
Jellyfin.Api/Controllers/PluginsController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/StudiosController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using Jellyfin.Api.Constants;
 using Jellyfin.Api.Extensions;

+ 1 - 1
Jellyfin.Api/Controllers/SuggestionsController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using Jellyfin.Api.Constants;

+ 1 - 1
Jellyfin.Api/Controllers/SyncPlayController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/SystemController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/TimeSyncController.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.Globalization;
 using MediaBrowser.Model.SyncPlay;
 using Microsoft.AspNetCore.Http;

+ 1 - 1
Jellyfin.Api/Controllers/UniversalAudioController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/UserController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/UserViewsController.cs

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

+ 1 - 1
Jellyfin.Api/Controllers/YearsController.cs

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