summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin/strm/cache_media2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/cache_media b/odin/strm/cache_media
index 4ae591f0..796bccf0 100644
--- a/odin/strm/cache_media
+++ b/odin/strm/cache_media
@@ -33,6 +33,6 @@ while {
33 url="" 33 url=""
34 34
35 for id (${ids}); do 35 for id (${ids}); do
36 systemctl --user --wait start $(systemd-escape --template=download-youtube@.service ${id}) 36 systemctl --user start $(systemd-escape --template=download-youtube@.service ${id})
37 done 37 done
38done 38done