|
|
|
|
@ -8,7 +8,7 @@ namespace ErsatzTV.Infrastructure.Migrations
@@ -8,7 +8,7 @@ namespace ErsatzTV.Infrastructure.Migrations
|
|
|
|
|
{ |
|
|
|
|
migrationBuilder.Sql("UPDATE FFmpegProfile SET VaapiDevice = '/dev/dri/renderD128'"); |
|
|
|
|
migrationBuilder.Sql( |
|
|
|
|
"UPDATE FFmpegProfile SET VaapiDriver = (SELECT IFNULL(Value, 0) FROM ConfigElement WHERE Key = 'ffmpeg.vaapi_driver')"); |
|
|
|
|
"UPDATE FFmpegProfile SET VaapiDriver = (SELECT IFNULL((SELECT Value AS A FROM ConfigElement WHERE Key = 'ffmpeg.vaapi_driver'), 0))"); |
|
|
|
|
migrationBuilder.Sql("DELETE FROM ConfigElement WHERE Key = 'ffmpeg.vaapi_driver'"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|