mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Reorganize plugin models
This commit is contained in:
parent
2b02c520e6
commit
428ccb8b7a
48 changed files with 113 additions and 112 deletions
9
shared/models/plugins/server/managers/index.ts
Normal file
9
shared/models/plugins/server/managers/index.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
export * from './plugin-playlist-privacy-manager.model'
|
||||
export * from './plugin-settings-manager.model'
|
||||
export * from './plugin-storage-manager.model'
|
||||
export * from './plugin-transcoding-manager.model'
|
||||
export * from './plugin-video-category-manager.model'
|
||||
export * from './plugin-video-language-manager.model'
|
||||
export * from './plugin-video-licence-manager.model'
|
||||
export * from './plugin-video-privacy-manager.model'
|
Loading…
Add table
Add a link
Reference in a new issue