whitespace
This commit is contained in:
parent
a5bf3ec1e0
commit
9a0c0ba810
@ -37,6 +37,7 @@ if (process.env.CHANNEL !== 'stable'){
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
class PlayerData {
|
class PlayerData {
|
||||||
|
|
||||||
constructor(videoData) {
|
constructor(videoData) {
|
||||||
try {
|
try {
|
||||||
this.logger = videoData.logger;
|
this.logger = videoData.logger;
|
||||||
|
@ -187,6 +187,7 @@ squeezeFactor: ${squeezeFactor}`, '\nvideo', this.conf.video);
|
|||||||
|
|
||||||
this.logger.log('info', 'stretcher', "[Stretcher.js::calculateStretch] stretching strategy 3")
|
this.logger.log('info', 'stretcher', "[Stretcher.js::calculateStretch] stretching strategy 3")
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// player adds LETTERBOX
|
// player adds LETTERBOX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user