diff --git a/src/index.js b/src/index.js index a88bd55..7e90e25 100644 --- a/src/index.js +++ b/src/index.js @@ -673,7 +673,7 @@ async function generateAndSaveShowNotes(sessionId, options = {}) { } if (download) { - const filename = `${date}-${sessionId}-${s.Project}.md`; + const filename = `${date}-${streamNum}-${s.Project}.md`; const ioDir = path.join(__dirname, 'io'); fs.mkdirSync(ioDir, { recursive: true }); const filepath = path.join(ioDir, filename); diff --git a/src/package.json b/src/package.json index 01a3900..5a674e2 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "cloudbot", - "version": "1.7.3-beta", + "version": "1.7.2", "description": "Twitch ChatBot and Score keeper", "main": "index.js", "scripts": { diff --git a/src/public/admin.html b/src/public/admin.html index 4e59f8c..2a99cb3 100644 --- a/src/public/admin.html +++ b/src/public/admin.html @@ -396,6 +396,9 @@