Comment changed, mostly to kick Travis into rectifying its last silliness

pull/2286/head
frankdelange 2019-11-03 18:29:10 +01:00 committed by Chocobozzz
parent 597ca6de2c
commit 6ad88df896
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ transcoding:
allow_audio_files: true
threads: 1
resolutions: # Only created if the original video has a higher resolution, uses more storage!
0p: false # audio-only (creates mp4 without video stream)
0p: false # audio-only (creates mp4 without video stream, always created when enabled)
240p: false
360p: false
480p: false

View File

@ -217,7 +217,7 @@ transcoding:
allow_audio_files: true
threads: 1
resolutions: # Only created if the original video has a higher resolution, uses more storage!
0p: false # audio-only (creates mp4 without video stream)
0p: false # audio-only (creates mp4 without video stream, always created when enabled)
240p: false
360p: false
480p: false