mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix shared imports
This commit is contained in:
parent
1e9c1b1b44
commit
d17c7b4e8c
41 changed files with 78 additions and 96 deletions
|
@ -1,7 +1,6 @@
|
|||
import { Transaction } from 'sequelize'
|
||||
import { MActorId, MVideoRedundancy, MVideoWithAllFiles } from '@server/types/models'
|
||||
import { CacheFileObject } from '../../../shared/index'
|
||||
import { VideoStreamingPlaylistType } from '../../../shared/models/videos/video-streaming-playlist.type'
|
||||
import { CacheFileObject, VideoStreamingPlaylistType } from '@shared/models'
|
||||
import { VideoRedundancyModel } from '../../models/redundancy/video-redundancy'
|
||||
|
||||
async function createOrUpdateCacheFile (cacheFileObject: CacheFileObject, video: MVideoWithAllFiles, byActor: MActorId, t: Transaction) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue