Update client according to new model paths

This commit is contained in:
Chocobozzz
2018-08-14 15:47:56 +02:00
parent 06215f15e0
commit e63dbd426e
6 changed files with 14 additions and 11 deletions

View File

@@ -17,7 +17,9 @@ export * from './video-rate.type'
export * from './video-resolution.enum'
export * from './video-update.model'
export * from './video.model'
export * from './video-query.type'
export * from './video-state.enum'
export * from './caption/video-caption.model'
export * from './caption/video-caption-update.model'
export * from './import/video-import-create.model'
export * from './import/video-import-state.enum'