mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 23:13:20 +00:00
Fix option name
This commit is contained in:
parent
3c09e53458
commit
2bf9321a12
1 changed files with 3 additions and 3 deletions
|
|
@ -180,9 +180,9 @@ program
|
|||
"--upload-new",
|
||||
"Find newly uploaded skins, and publish them to the Internet Archive."
|
||||
)
|
||||
.action(async ({ metadata, webampLinks, fetchItems, upload }) => {
|
||||
if (metadata) {
|
||||
await fillMissingMetadata(Number(metadata || 1000));
|
||||
.action(async ({ fetchMetadata, webampLinks, fetchItems, upload }) => {
|
||||
if (fetchMetadata) {
|
||||
await fillMissingMetadata(Number(fetchMetadata || 1000));
|
||||
}
|
||||
if (webampLinks) {
|
||||
await ensureWebampLinks();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue