mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #2668 from mark-monteiro/fix-application-host-dispose
Fix ApplicationHost Dispose() method
This commit is contained in:
commit
622106467e
@ -1803,7 +1803,7 @@ namespace Emby.Server.Implementations
|
|||||||
}
|
}
|
||||||
|
|
||||||
_userRepository?.Dispose();
|
_userRepository?.Dispose();
|
||||||
_displayPreferencesRepository.Dispose();
|
_displayPreferencesRepository?.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
_userRepository = null;
|
_userRepository = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user