mirror of https://github.com/Chocobozzz/PeerTube
				
				
				
			Fix lint
							parent
							
								
									e772bdf14c
								
							
						
					
					
						commit
						aa5ee5017a
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
import * as Bull from 'bull'
 | 
					import * as Bull from 'bull'
 | 
				
			||||||
import { pathExists, readdir, remove } from 'fs-extra'
 | 
					import { pathExists, readdir, remove } from 'fs-extra'
 | 
				
			||||||
import { join } from 'path'
 | 
					import { join } from 'path'
 | 
				
			||||||
import { ffprobePromise, getAudioStream, getAudioStreamCodec, getDurationFromVideoFile, getVideoFileResolution } from '@server/helpers/ffprobe-utils'
 | 
					import { ffprobePromise, getAudioStream, getDurationFromVideoFile, getVideoFileResolution } from '@server/helpers/ffprobe-utils'
 | 
				
			||||||
import { VIDEO_LIVE } from '@server/initializers/constants'
 | 
					import { VIDEO_LIVE } from '@server/initializers/constants'
 | 
				
			||||||
import { LiveManager } from '@server/lib/live-manager'
 | 
					import { LiveManager } from '@server/lib/live-manager'
 | 
				
			||||||
import { generateVideoMiniature } from '@server/lib/thumbnail'
 | 
					import { generateVideoMiniature } from '@server/lib/thumbnail'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue