diff --git a/typescript-version/package-lock.json b/typescript-version/package-lock.json index ce1f485..3fe35b3 100644 --- a/typescript-version/package-lock.json +++ b/typescript-version/package-lock.json @@ -1,12 +1,12 @@ { "name": "twitch-vod-manager", - "version": "3.8.4", + "version": "3.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twitch-vod-manager", - "version": "3.8.4", + "version": "3.8.5", "license": "MIT", "dependencies": { "axios": "^1.6.0", diff --git a/typescript-version/package.json b/typescript-version/package.json index 4a0ab19..f8fd300 100644 --- a/typescript-version/package.json +++ b/typescript-version/package.json @@ -1,6 +1,6 @@ { "name": "twitch-vod-manager", - "version": "3.8.4", + "version": "3.8.5", "description": "Twitch VOD Manager - Download Twitch VODs easily", "main": "dist/main.js", "author": "xRangerDE", diff --git a/typescript-version/src/index.html b/typescript-version/src/index.html index e5a0d1b..77471f1 100644 --- a/typescript-version/src/index.html +++ b/typescript-version/src/index.html @@ -107,7 +107,7 @@
diff --git a/typescript-version/src/main.ts b/typescript-version/src/main.ts index dc2f0ed..f0cfbfd 100644 --- a/typescript-version/src/main.ts +++ b/typescript-version/src/main.ts @@ -8,7 +8,7 @@ import { autoUpdater } from 'electron-updater'; // ========================================== // CONFIG & CONSTANTS // ========================================== -const APP_VERSION = '3.8.4'; +const APP_VERSION = '3.8.5'; const UPDATE_CHECK_URL = 'http://24-music.de/version.json'; // Paths diff --git a/typescript-version/src/renderer-streamers.ts b/typescript-version/src/renderer-streamers.ts index eb036b5..c768725 100644 --- a/typescript-version/src/renderer-streamers.ts +++ b/typescript-version/src/renderer-streamers.ts @@ -86,7 +86,7 @@ function renderVODs(vods: VOD[] | null | undefined, streamer: string): void { const thumb = vod.thumbnail_url.replace('%{width}', '320').replace('%{height}', '180'); const date = new Date(vod.created_at).toLocaleDateString('de-DE'); const escapedTitle = vod.title.replace(/'/g, "\\'").replace(/\"/g, '"'); - const safeDisplayTitle = escapeHtml(vod.title || 'Untitled VOD'); + const safeDisplayTitle = escapeHtml(vod.title || 'Unbenanntes VOD'); return `