server/core/lib/local-video-creator.ts
Function create
has 98 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async create () {
this.video = new VideoModel(
await Hooks.wrapObject(this.buildVideo(this.videoAttributes, this.channel), this.videoAttributeResultHook)
) as MVideoFullLight