Skip to content

Commit

Permalink
refactor: Added synchronous & stripMetadata to the parameters tha…
Browse files Browse the repository at this point in the history
…t should be excluded from the generated file name
  • Loading branch information
Andrew Welch committed Apr 9, 2022
1 parent be05b2e commit f17282b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## 1.2.22 - UNRELEASED
### Changed
* Added `nosynchronous` & `nostripMetadata` to the parameters that should be excluded from the generated file name
* Added `synchronous` & `stripMetadata` to the parameters that should be excluded from the generated file name

## 1.2.21 - 2022.01.12

Expand Down
4 changes: 2 additions & 2 deletions src/services/Transcode.php
Expand Up @@ -55,8 +55,8 @@ class Transcode extends Component
'audioEncoder',
'fileSuffix',
'sharpen',
'nosynchronous',
'nostripMetadata',
'synchronous',
'stripMetadata',
];

// Mappings for getFileInfo() summary values
Expand Down

0 comments on commit f17282b

Please sign in to comment.