[chore-521] Move create playlist action

This commit is contained in:
MathieuG-P
2024-10-20 18:10:01 +02:00
parent b59c37ebbd
commit 0efc56f8d6
24 changed files with 703 additions and 109 deletions
+4
View File
@@ -53,6 +53,10 @@ export default function App() {
const appVersion = await lastValueFrom(autoUpdater.getAppVersion());
const lastAppVersion = autoUpdater.getLastAppVersion();
if(!lastAppVersion) {
return;
}
if (lastAppVersion.toLowerCase().includes("alpha")) {
autoUpdater.setLastAppVersion("0"); // Reset last app version if it's an alpha version for users with alpha versions in the var stored.
}