diff options
author | Soispha <soispha@vhack.eu> | 2024-01-01 17:27:05 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-01 17:27:05 +0100 |
commit | 43eb4d1fd2d0cb5780a63440f5e88df832e99e7e (patch) | |
tree | cce5dd93d2accc14e388550b27d84d53e9647e9a /hm | |
parent | fix(hm/conf/ytcc): Use better nested download directories (diff) | |
download | nixos-config-43eb4d1fd2d0cb5780a63440f5e88df832e99e7e.tar.gz nixos-config-43eb4d1fd2d0cb5780a63440f5e88df832e99e7e.zip |
fix(hm/conf/ytcc/conf): Remove duplicated config key
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/ytcc/ytcc.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hm/soispha/conf/ytcc/ytcc.conf b/hm/soispha/conf/ytcc/ytcc.conf index 513418ca..289843ad 100644 --- a/hm/soispha/conf/ytcc/ytcc.conf +++ b/hm/soispha/conf/ytcc/ytcc.conf @@ -1,6 +1,5 @@ [ytcc] download_dir = @download_dir@ -download_subdirs = false mpv_flags = --really-quiet --ytdl --ytdl-format=bestvideo[height<=?1080]+bestaudio/best --speed=2.7 download_subdirs = true order_by = playlists:asc, publish_date:desc |