diff options
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index d654811e..33bf7ef2 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -312,6 +312,7 @@ in { | |||
312 | 'home': str(Path.home() / 'media'), | 312 | 'home': str(Path.home() / 'media'), |
313 | 'temp': str(Path(environ['CACHE_DIRECTORY'])), | 313 | 'temp': str(Path(environ['CACHE_DIRECTORY'])), |
314 | }, | 314 | }, |
315 | 'noplaylist': True, | ||
315 | **(args['params'] if 'params' in args else {}), | 316 | **(args['params'] if 'params' in args else {}), |
316 | } | 317 | } |
317 | with YoutubeDL(ydl_opts) as ytdl: | 318 | with YoutubeDL(ydl_opts) as ytdl: |