mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
tasks/multimedia-archive: fix erroneous attribute
This commit is contained in:
parent
7d4c971558
commit
ab8cd0238d
@ -126,7 +126,7 @@ in
|
|||||||
|
|
||||||
jobs = mkJobs {
|
jobs = mkJobs {
|
||||||
extraArgs = [ "--playlist-end" "20" ];
|
extraArgs = [ "--playlist-end" "20" ];
|
||||||
attrs = readJSON ./newpipe-db.json;
|
db = readJSON ./newpipe-db.json;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user