Loading src/app/services/attachment.ts +1 −1 Original line number Diff line number Diff line Loading @@ -482,7 +482,7 @@ export class AttachmentService { this.checkVideoDuration(file).then(duration => { if (window.Minds.user.plus) { window.Minds.max_video_length = window.Minds.max_video_length * 2; // Hacky window.Minds.max_video_length = window.Minds.max_video_length * 3; // Hacky } if (duration > window.Minds.max_video_length) { return reject({ message: 'Error: Video duration exceeds ' + window.Minds.max_video_length / 60 + ' minutes' }); Loading Loading
src/app/services/attachment.ts +1 −1 Original line number Diff line number Diff line Loading @@ -482,7 +482,7 @@ export class AttachmentService { this.checkVideoDuration(file).then(duration => { if (window.Minds.user.plus) { window.Minds.max_video_length = window.Minds.max_video_length * 2; // Hacky window.Minds.max_video_length = window.Minds.max_video_length * 3; // Hacky } if (duration > window.Minds.max_video_length) { return reject({ message: 'Error: Video duration exceeds ' + window.Minds.max_video_length / 60 + ' minutes' }); Loading