Skip to content

Commit

Permalink
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
EraYaN committed Jan 13, 2019
1 parent e566d9a commit ba610b5
Show file tree
Hide file tree
Showing 308 changed files with 308 additions and 308 deletions.
2 changes: 1 addition & 1 deletion Jellyfin.Server/SocketSharp/HttpFile.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using MediaBrowser.Model.Services;

namespace Jellyfin.SocketSharp
Expand Down
2 changes: 1 addition & 1 deletion Jellyfin.Server/SocketSharp/RequestMono.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion Jellyfin.Server/SocketSharp/WebSocketSharpResponse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ApiEntryPoint.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/BaseApiService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Controller.Dto;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/BrandingService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Model.Branding;
using MediaBrowser.Model.Services;

Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ChannelService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ConfigurationService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using System.Threading.Tasks;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Library;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Devices/DeviceService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Threading.Tasks;
using MediaBrowser.Controller.Devices;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/DisplayPreferencesService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Persistence;
using MediaBrowser.Model.Entities;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/EnvironmentService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/FilterService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Library;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/GamesService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Linq;
using MediaBrowser.Controller.Dto;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/IHasDtoOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


namespace MediaBrowser.Api
{
public interface IHasDtoOptions : IHasItemFields
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/IHasItemFields.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using MediaBrowser.Model.Querying;

Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Images/ImageByNameService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Images/ImageRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Services;

namespace MediaBrowser.Api.Images
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Images/ImageService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Images/RemoteImageService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ItemLookupService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ItemRefreshService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Providers;
using MediaBrowser.Model.IO;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ItemUpdateService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Library/LibraryService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Library/LibraryStructureService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/LiveTv/LiveTvService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/LiveTv/ProgressiveFileCopier.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/LocalizationService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Globalization;
using MediaBrowser.Model.Services;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Movies/CollectionService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using MediaBrowser.Controller.Collections;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Net;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Movies/MoviesService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Common.Extensions;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Movies/TrailersService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MediaBrowser.Api.UserLibrary;
using MediaBrowser.Api.UserLibrary;
using MediaBrowser.Controller.Collections;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Library;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Music/AlbumsService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Controller.Dto;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Music/InstantMixService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/PackageService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/Hls/BaseHlsService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/MediaInfoService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/Progressive/AudioService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Devices;
using MediaBrowser.Controller.Dlna;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/StaticRemoteStreamWriter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/StreamRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using MediaBrowser.Controller.MediaEncoding;
using MediaBrowser.Model.Services;

Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/StreamState.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.MediaEncoding;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/TranscodingThrottler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.IO;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Playback/UniversalAudioService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/PlaylistService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Threading.Tasks;
using MediaBrowser.Controller.Dto;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/PluginService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Linq;
using System.Threading;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ScheduledTasks/ScheduledTaskService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Common.Extensions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/SearchService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using MediaBrowser.Controller.Drawing;
using MediaBrowser.Controller.Dto;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Session/SessionInfoWebSocketListener.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Library;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Session/SessionsService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/SimilarItemsHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Controller.Dto;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/StartupWizardService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
using System.Threading.Tasks;
using MediaBrowser.Common.Net;
using MediaBrowser.Controller;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/Subtitles/SubtitleService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/SuggestionsService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/System/ActivityLogService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Activity;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/System/ActivityLogWebSocketListener.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Net;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/System/SystemService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/TvShowsService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Common.Extensions;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/UserLibrary/ArtistsService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/UserLibrary/BaseItemsByNameService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Controller.Dto;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/UserLibrary/BaseItemsRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Querying;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/UserLibrary/GameGenresService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
Expand Down
2 changes: 1 addition & 1 deletion MediaBrowser.Api/UserLibrary/GenresService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
Expand Down
Loading

0 comments on commit ba610b5

Please sign in to comment.