diff --git a/core/data/datastoreMigrations.go b/core/data/datastoreMigrations.go index 66358ff33..b5b5f8b15 100644 --- a/core/data/datastoreMigrations.go +++ b/core/data/datastoreMigrations.go @@ -80,7 +80,7 @@ func migrateToDatastoreVaapiCodecSettingValue4(_ *Datastore) { // If the currently selected codec is "vaapi" then we need // to migrate the name to the updated name. currentCodec := GetVideoCodec() - if currentCodec != "vaapi" { + if currentCodec != "h264_vaapi" { return }