update dependencies and windows ffmpeg (#1462)
* update dependencies * update windows ffmpeg version
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ErsatzTV.Infrastructure.Sqlite.Data;
|
||||
public abstract class SqliteTypeHandler<T> : SqlMapper.TypeHandler<T>
|
||||
{
|
||||
// Parameters are converted by Microsoft.Data.Sqlite
|
||||
public override void SetValue(IDbDataParameter parameter, T value)
|
||||
public override void SetValue(IDbDataParameter parameter, T? value)
|
||||
=> parameter.Value = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user