Init commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { exists } from './misc.js'
|
||||
|
||||
export function isValidCreateTranscodingType (value: any) {
|
||||
return exists(value) && (value === 'hls' || value === 'web-video')
|
||||
}
|
||||
Reference in New Issue
Block a user