diff options
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 461e1b4ba..6887523ae 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -120,6 +120,9 @@ import: | |||
120 | concurrency: 2 | 120 | concurrency: 2 |
121 | http: | 121 | http: |
122 | enabled: true | 122 | enabled: true |
123 | youtube_dl_release: | ||
124 | url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases' | ||
125 | name: 'yt-dlp' | ||
123 | torrent: | 126 | torrent: |
124 | enabled: true | 127 | enabled: true |
125 | 128 | ||
@@ -164,3 +167,6 @@ views: | |||
164 | 167 | ||
165 | local_buffer_update_interval: '5 seconds' | 168 | local_buffer_update_interval: '5 seconds' |
166 | ip_view_expiration: '1 second' | 169 | ip_view_expiration: '1 second' |
170 | |||
171 | video_editor: | ||
172 | enabled: true | ||