aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-27 09:58:27 +0200
committerChocobozzz <me@florianbigard.com>2020-08-27 09:58:27 +0200
commit0fecf427d349a416dad149ee5d0b5210b6a43005 (patch)
tree8698f4c86a908f5f7465db0d36ba610a70773a0a /shared/models/plugins
parent5520f6658e330391f6439d65ffdaf07b46cefa64 (diff)
downloadPeerTube-0fecf427d349a416dad149ee5d0b5210b6a43005.tar.gz
PeerTube-0fecf427d349a416dad149ee5d0b5210b6a43005.tar.zst
PeerTube-0fecf427d349a416dad149ee5d0b5210b6a43005.zip
Don't use @shared in models
So other projects can use them
Diffstat (limited to 'shared/models/plugins')
-rw-r--r--shared/models/plugins/plugin-video-privacy-manager.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/plugins/plugin-video-privacy-manager.model.ts b/shared/models/plugins/plugin-video-privacy-manager.model.ts
index c0e8117b5..3ada99608 100644
--- a/shared/models/plugins/plugin-video-privacy-manager.model.ts
+++ b/shared/models/plugins/plugin-video-privacy-manager.model.ts
@@ -1,4 +1,4 @@
1import { VideoPrivacy } from '@shared/models/videos/video-privacy.enum' 1import { VideoPrivacy } from '../videos/video-privacy.enum'
2 2
3export interface PluginVideoPrivacyManager { 3export interface PluginVideoPrivacyManager {
4 // PUBLIC = 1 4 // PUBLIC = 1