diff options
author | Damiano Galassi <[email protected]> | 2016-01-15 08:17:46 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-01-15 08:17:46 +0100 |
commit | b0c52adc40ee25b6be77a3598a319d75bc6d9025 (patch) | |
tree | 1b1345bb22c711ce1f35ce802a3532c977a13704 /libhb/preset_template.json | |
parent | 458f86d83ade92ed48e7c428d142909f372b5fd3 (diff) |
Change the PictureRotate key to be a string.
Diffstat (limited to 'libhb/preset_template.json')
-rw-r--r-- | libhb/preset_template.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/preset_template.json b/libhb/preset_template.json index 8787c19ca..0140aed36 100644 --- a/libhb/preset_template.json +++ b/libhb/preset_template.json @@ -62,7 +62,7 @@ "PicturePAR": "loose", "PicturePARWidth": 853, "PicturePARHeight": 720, - "PictureRotate": 0, + "PictureRotate": "0", "PictureWidth": 0, "PictureHeight": 0, "PictureForceHeight": 0, |