From 6ad88df896e359e428259ff511f6fca3675cb4af Mon Sep 17 00:00:00 2001 From: frankdelange Date: Sun, 3 Nov 2019 18:29:10 +0100 Subject: [PATCH] Comment changed, mostly to kick Travis into rectifying its last silliness --- config/default.yaml | 2 +- config/production.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index 07fd4d24f..7c718e174 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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 diff --git a/config/production.yaml.example b/config/production.yaml.example index d7bbc39cf..98b1669cd 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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 -- 2.41.0