tasks/multimedia-archive: fix erroneous attribute

This commit is contained in:
Gabriel Arazas 2022-08-01 20:08:30 +08:00
parent 7d4c971558
commit ab8cd0238d

View File

@ -126,7 +126,7 @@ in
jobs = mkJobs {
extraArgs = [ "--playlist-end" "20" ];
attrs = readJSON ./newpipe-db.json;
db = readJSON ./newpipe-db.json;
};
};