mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Merge pull request #2668 from mark-monteiro/fix-application-host-dispose
Fix ApplicationHost Dispose() method
This commit is contained in:
commit
622106467e
1 changed files with 1 additions and 1 deletions
|
@ -1803,7 +1803,7 @@ namespace Emby.Server.Implementations
|
|||
}
|
||||
|
||||
_userRepository?.Dispose();
|
||||
_displayPreferencesRepository.Dispose();
|
||||
_displayPreferencesRepository?.Dispose();
|
||||
}
|
||||
|
||||
_userRepository = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue