Compare commits

..

No commits in common. "54197af86366712960306a9ea71e1f81cc6ae210" and "f9a0fdcf3d162cedf102a8b2e8d75c1ca6929b1c" have entirely different histories.

3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "twitch-vod-manager",
"version": "4.5.7",
"version": "4.5.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "twitch-vod-manager",
"version": "4.5.7",
"version": "4.5.6",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "twitch-vod-manager",
"version": "4.5.7",
"version": "4.5.6",
"description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js",
"author": "xRangerDE",

View File

@ -3853,7 +3853,6 @@ ipcMain.handle('save-video-dialog', async (_, defaultName: string) => {
// APP LIFECYCLE
// ==========================================
app.whenReady().then(() => {
app.setAppUserModelId('com.twitch.vodmanager');
refreshBundledToolPaths(true);
startMetadataCacheCleanup();
startDebugLogFlushTimer();