Use object shorthand for properties
This commit is contained in:
@@ -109,7 +109,7 @@ function loadSubtitle (file, cb) {
|
||||
buffer: 'data:text/vtt;base64,' + buf.toString('base64'),
|
||||
language: langDetected,
|
||||
label: langDetected,
|
||||
filePath: filePath
|
||||
filePath
|
||||
}
|
||||
|
||||
cb(null, track)
|
||||
|
||||
Reference in New Issue
Block a user