mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
fix music album image inheritance
This commit is contained in:
@@ -286,7 +286,10 @@ namespace Emby.Server.Implementations.Data
|
||||
{
|
||||
if (_connection != null)
|
||||
{
|
||||
_connection.Close();
|
||||
using (_connection)
|
||||
{
|
||||
|
||||
}
|
||||
_connection = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user