Browse Source

Added the privacy mode internal to peertube

master
wdjpng 2 years ago
parent
commit
877357fb03
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      prismedia/pt_upload.py

+ 2
- 1
prismedia/pt_upload.py View File

@ -24,7 +24,8 @@ PEERTUBE_SECRETS_FILE = 'peertube_secret'
PEERTUBE_PRIVACY = {
"public": 1,
"unlisted": 2,
"private": 3
"private": 3,
"internal": 4
}

Loading…
Cancel
Save