mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Refactor video formatter
This commit is contained in:
parent
638a295021
commit
d896fef7e2
14 changed files with 631 additions and 581 deletions
|
@ -2,7 +2,7 @@ import { mdToOneLinePlainText, toSafeHtml } from '@server/helpers/markdown'
|
|||
import { CONFIG } from '@server/initializers/config'
|
||||
import { WEBSERVER } from '@server/initializers/constants'
|
||||
import { getServerActor } from '@server/models/application/application'
|
||||
import { getCategoryLabel } from '@server/models/video/formatter/video-format-utils'
|
||||
import { getCategoryLabel } from '@server/models/video/formatter'
|
||||
import { DisplayOnlyForFollowerOptions } from '@server/models/video/sql/video'
|
||||
import { VideoModel } from '@server/models/video/video'
|
||||
import { MThumbnail, MUserDefault } from '@server/types/models'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue