diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-25 23:05:01 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-25 23:05:01 +0100 |
| commit | ded9dee22c38e443a237d738bef97bd6d4442324 (patch) | |
| tree | 3588bef699700c951c16ab3c576ac4aa8420e6b6 /Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs | |
| parent | e0315b569591b71938829a8f35ac264399ef66bd (diff) | |
Remove more compile time warnings
Diffstat (limited to 'Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs')
| -rw-r--r-- | Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs index aef72c697..d6a7c8b37 100644 --- a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs +++ b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs @@ -502,7 +502,6 @@ namespace Emby.Server.Implementations.Activity _sessionManager.PlaybackStart -= _sessionManager_PlaybackStart; _sessionManager.PlaybackStopped -= _sessionManager_PlaybackStopped; - _subManager.SubtitlesDownloaded -= _subManager_SubtitlesDownloaded; _subManager.SubtitleDownloadFailure -= _subManager_SubtitleDownloadFailure; _userManager.UserCreated -= _userManager_UserCreated; |
