mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix model imports
This commit is contained in:
parent
a11d3102ce
commit
5c1cbcfcb1
7 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
import { PlayerChannelSettings, PlayerVideoSettings } from '@peertube/peertube-models'
|
||||
import { retryTransactionWrapper } from '@server/helpers/database-utils.js'
|
||||
import { sequelizeTypescript } from '@server/initializers/database.js'
|
||||
import { PlayerSettingModel } from '@server/models/video/player-setting.js'
|
||||
import { PlayerChannelSettings, PlayerVideoSettings } from '../../../packages/models/src/videos/player-settings.js'
|
||||
import { MChannelId, MVideoId } from '@server/types/models/index.js'
|
||||
|
||||
export async function upsertPlayerSettings (options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue