⚙️ config(systemd): downloadSpotify playlists on monday, wednesday and friday instead of all days of the week
getting 429 error with spotdl
This commit is contained in:
parent
edef3dc019
commit
b654ed2bcc
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
[Unit]
|
||||
Description=Run Spotdl Sync Weekly
|
||||
Description=Run Spotdl Sync
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 18:00:00
|
||||
OnCalendar=Mon,Wed,Fri 18:00:00
|
||||
Persistent=true
|
||||
Unit=downloadSpotify.service
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue