Compare commits

...

1 Commits

Author SHA1 Message Date
  wdjpng 877357fb03 Added the privacy mode internal to peertube 2 years ago
1 changed files with 2 additions and 1 deletions
Split View
  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