navidrome: Move beets-import script execution from daily to weekly

This commit is contained in:
Giulio De Pasquale 2022-11-15 01:12:54 +01:00
parent 1122be76bb
commit 9efea759e4

View File

@ -57,7 +57,7 @@ in {
ExecStart = ExecStart =
"${pkgs.beets}/bin/beet -c ${beets_config} import --flat -q ${library_path}"; "${pkgs.beets}/bin/beet -c ${beets_config} import --flat -q ${library_path}";
}; };
startAt = "daily"; startAt = "weekly";
}; };
"remove-badmp3" = { "remove-badmp3" = {