jellyfin/MediaBrowser.Api
Andrew Rabert fd1bdad0e2 Ignore exception when attempting to kill ffmpeg that has exited
A race condition where this code attempts to kill an already exited
ffmpeg process is possible. This results in unnecessary error logging.

This change replaces the generic exception handling with the above
mentioned exception. No log output is produced.
2019-09-29 19:19:53 -04:00
..
Devices Fix build 2019-08-09 22:36:20 +02:00
Images Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
Library Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
LiveTv Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
Movies Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
Music More warning fixes 2019-08-29 22:28:33 +02:00
Playback Cleaned up move to HLS muxer 2019-09-27 18:22:43 +03:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
ScheduledTasks Back to a single connection 2019-06-28 12:13:34 +02:00
Session Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
Subtitles Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
System Simplify websocket listeners 2019-02-27 22:09:22 +01:00
UserLibrary Fix multiple mistakes and warnings 2019-09-23 20:32:44 +02:00
ApiEntryPoint.cs Ignore exception when attempting to kill ffmpeg that has exited 2019-09-29 19:19:53 -04:00
BaseApiService.cs More warning fixes 2019-03-13 22:32:52 +01:00
BrandingService.cs Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller 2019-01-13 21:01:16 +01:00
ChannelService.cs Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller 2019-01-13 21:01:16 +01:00
ConfigurationService.cs Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller 2019-01-13 21:01:16 +01:00
DisplayPreferencesService.cs Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller 2019-01-13 21:01:16 +01:00
EnvironmentService.cs Removed unnecessary configuration options and reduced primitive dependencies 2019-02-17 14:09:52 +00:00
FilterService.cs Remove ordering items 2019-02-26 20:47:23 +01:00
IHasDtoOptions.cs Reformat JustAMan review pt2 changes 2019-01-17 20:24:39 +01:00
IHasItemFields.cs ReSharper format: conform inline 'out' parameters. 2019-01-13 21:46:33 +01:00
ItemLookupService.cs Remove support for games as a media type 2019-01-31 19:04:47 +01:00
ItemRefreshService.cs Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller 2019-01-13 21:01:16 +01:00
ItemUpdateService.cs Improve LocalizationManager 2019-08-16 17:31:47 +02:00
LocalizationService.cs Improve LocalizationManager 2019-08-16 17:31:47 +02:00
MediaBrowser.Api.csproj Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
PackageService.cs Minor improvements 2019-08-11 15:57:36 +02:00
PlaylistService.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
PluginService.cs Remove more compile time warnings 2019-01-25 23:05:01 +01:00
SearchService.cs Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
SimilarItemsHelper.cs ReSharper conform to 'var' settings 2019-01-13 21:37:13 +01:00
StartupWizardService.cs Remove legacy auth code (#1677) 2019-09-17 12:07:15 -04:00
SuggestionsService.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
TvShowsService.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
UserService.cs Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
VideosService.cs Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00