]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/plugin-client-scope.type.ts
Handle unavailable videos in embed playlists
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-client-scope.type.ts
index a2112eed751e2dcb816b5a6d130955e46a586ec0..d112434e89f973a06f7b35ceb663ac1c5e887c4c 100644 (file)
@@ -1 +1 @@
-export type PluginClientScope = 'common' | 'video-watch'
+export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login'