Write metadata in front + pass it along (useful if the song is changed)

This commit is contained in:
TC
2021-04-03 12:04:49 +02:00
parent d5a2c1cad6
commit 1e59301c0e
3 changed files with 26 additions and 41 deletions

View File

@ -60,7 +60,8 @@ global.download = () => {
reinit();
},
reinit,
pluginOptions
pluginOptions,
global.songInfo
);
};
// });