use command line album, artist, and title values in file imports
This commit is contained in:
parent
2c1b6545d2
commit
32001cfbcd
3
index.js
3
index.js
@ -44,6 +44,9 @@ async function thing() {
|
|||||||
files = [{
|
files = [{
|
||||||
image: null,
|
image: null,
|
||||||
file: process.argv[2],
|
file: process.argv[2],
|
||||||
|
album: pAlbum || null,
|
||||||
|
artist: pArtist || null,
|
||||||
|
title: pTitle || null,
|
||||||
}];
|
}];
|
||||||
} else {
|
} else {
|
||||||
console.log('got a link');
|
console.log('got a link');
|
||||||
|
Loading…
Reference in New Issue
Block a user