diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-12 10:54:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-12 10:56:34 +0100 |
commit | 907b8f9347cca117c77a83cbea27140a10e3311e (patch) | |
tree | 1d9dd354e8bcd326692329ba780c675feeebe8e8 /server/models/video/video-file.ts | |
parent | 458218d2baf286835754c666cfc635cce467c24e (diff) | |
download | PeerTube-907b8f9347cca117c77a83cbea27140a10e3311e.tar.gz PeerTube-907b8f9347cca117c77a83cbea27140a10e3311e.tar.zst PeerTube-907b8f9347cca117c77a83cbea27140a10e3311e.zip |
Use a migration script to generate HLS torrent files
Diffstat (limited to 'server/models/video/video-file.ts')
-rw-r--r-- | server/models/video/video-file.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video-file.ts b/server/models/video/video-file.ts index cacef0106..fa5a6e76d 100644 --- a/server/models/video/video-file.ts +++ b/server/models/video/video-file.ts | |||
@@ -26,7 +26,7 @@ import { VideoStreamingPlaylistModel } from './video-streaming-playlist' | |||
26 | import { FindOptions, Op, QueryTypes, Transaction } from 'sequelize' | 26 | import { FindOptions, Op, QueryTypes, Transaction } from 'sequelize' |
27 | import { MIMETYPES } from '../../initializers/constants' | 27 | import { MIMETYPES } from '../../initializers/constants' |
28 | import { MVideoFile, MVideoFileStreamingPlaylistVideo, MVideoFileVideo } from '../../typings/models/video/video-file' | 28 | import { MVideoFile, MVideoFileStreamingPlaylistVideo, MVideoFileVideo } from '../../typings/models/video/video-file' |
29 | import { MStreamingPlaylist, MStreamingPlaylistVideo, MVideo } from '@server/typings/models' | 29 | import { MStreamingPlaylistVideo, MVideo } from '@server/typings/models' |
30 | 30 | ||
31 | @Table({ | 31 | @Table({ |
32 | tableName: 'videoFile', | 32 | tableName: 'videoFile', |