1
0
Fork 0
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:
Chocobozzz 2025-09-12 10:26:59 +02:00
parent a11d3102ce
commit 5c1cbcfcb1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 5 additions and 5 deletions

View file

@ -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: {