fix music album image inheritance

This commit is contained in:
Luke Pulverenti
2016-12-17 03:27:41 -05:00
parent ef490818d7
commit cc73830cd6
6 changed files with 46 additions and 4 deletions

View File

@@ -286,7 +286,10 @@ namespace Emby.Server.Implementations.Data
{
if (_connection != null)
{
_connection.Close();
using (_connection)
{
}
_connection = null;
}