Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Martyn | 1f00cd699f |
|
@ -101,6 +101,7 @@ class AppAdmin extends React.Component {
|
||||||
const csvURL = "/csv/"+ channelName + "/" + adminToken
|
const csvURL = "/csv/"+ channelName + "/" + adminToken
|
||||||
const tsvURL = "/tsv/"+ channelName + "/" + adminToken
|
const tsvURL = "/tsv/"+ channelName + "/" + adminToken
|
||||||
const scriptURL = "/script.bat/"+ channelName + "/" + adminToken
|
const scriptURL = "/script.bat/"+ channelName + "/" + adminToken
|
||||||
|
const bockScriptURL = "https://tsdownloader.azurewebsites.net/api/ScriptApi/GenerateScript?userName="+ channelName
|
||||||
const setPage = this.setPage
|
const setPage = this.setPage
|
||||||
const reloadDuetComponent = this.state.reloadDuetComponent
|
const reloadDuetComponent = this.state.reloadDuetComponent
|
||||||
const reloadSongComponent = this.state.reloadSongComponent
|
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.<br/><br/>
|
It even works if you sang the same song with the same person on the same day.<br/><br/>
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="p">
|
<Typography variant="p">
|
||||||
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.<br/><br/>
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="h5" component="h2" gutterBottom>
|
||||||
|
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
|
||||||
|
</Typography>
|
||||||
|
<Typography variant="p">
|
||||||
|
You can download your version of his script <a href={bockScriptURL}>from here</a>. It'll take a bit to generate so be patient, click the link once and wait. ;-)
|
||||||
</Typography>
|
</Typography>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<TabPanel value={page} index={4}>
|
<TabPanel value={page} index={4}>
|
||||||
|
|
Loading…
Reference in New Issue