Compare commits
No commits in common. "54197af86366712960306a9ea71e1f81cc6ae210" and "f9a0fdcf3d162cedf102a8b2e8d75c1ca6929b1c" have entirely different histories.
54197af863
...
f9a0fdcf3d
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user