diff --git a/build/react-frontend/src/Components/AppAdmin/AppAdmin.js b/build/react-frontend/src/Components/AppAdmin/AppAdmin.js index 3c973e2..410dd8b 100644 --- a/build/react-frontend/src/Components/AppAdmin/AppAdmin.js +++ b/build/react-frontend/src/Components/AppAdmin/AppAdmin.js @@ -101,6 +101,7 @@ class AppAdmin extends React.Component { const csvURL = "/csv/"+ channelName + "/" + adminToken const tsvURL = "/tsv/"+ channelName + "/" + adminToken const scriptURL = "/script.bat/"+ channelName + "/" + adminToken + const bockScriptURL = "https://tsdownloader.azurewebsites.net/api/ScriptApi/GenerateScript?userName="+ channelName const setPage = this.setPage const reloadDuetComponent = this.state.reloadDuetComponent const reloadSongComponent = this.state.reloadSongComponent @@ -157,7 +158,13 @@ class AppAdmin extends React.Component { It even works if you sang the same song with the same person on the same day.

- If you need to pause, press "Control" and "C" and say "Y" to the question. Next run the script will actually happily resume where it left off. + If you need to pause, press "Control" and "C" and say "Y" to the question. Next run the script will actually happily resume where it left off.

+
+ + You might be interested in BockTown's script that does the other side of the coin - finds and downloads duets completed by others of your open seeds + + + You can download your version of his script from here. It'll take a bit to generate so be patient, click the link once and wait. ;-)