support null image encoder

This commit is contained in:
Luke Pulverenti
2015-10-26 01:29:32 -04:00
parent 2890c71af9
commit c80e1df1ca
24 changed files with 333 additions and 96 deletions

View File

@@ -46,11 +46,6 @@ namespace MediaBrowser.Server.Implementations.Persistence
}
}
protected virtual void DisposeInternal()
{
}
protected abstract void CloseConnection();
}
}