diff options
| author | ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> | 2020-06-09 13:28:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 13:28:40 -0500 |
| commit | 7d9b5524031fe6b5c23b4282cb1f9ec850b114fe (patch) | |
| tree | 8e4e05dac0c1aa390e9ad9cc9c1d76be15773fab /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 001c78573eb132dadad1fcd8162d2966fbf0d402 (diff) | |
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 0a349bb33..51e63ecfc 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -646,7 +646,6 @@ namespace Emby.Server.Implementations serviceCollection.AddSingleton<IAttachmentExtractor, MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor>(); } - /// <summary> /// Create services registered with the service container that need to be initialized at application startup. /// </summary> |
