diff --git a/README.md b/README.md
index 2ea1505..a0cee94 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# YouTube Playlist Downloader
-# The project is on hitaus until the war in Israel is over. Stand with Israel!
+# Stand with Israel!
## If the files don't show up after you download a playlist, try running the program as administrator or change the save directory to a different drive! (C drive is usually protected by windows, save it under D or any other drive)
## What is it?
A simple program to download whole playlists\channels or even single videos from YouTube
-[Click here to download the installer](https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.23/YoutubePlaylistDownloader.exe)
+[Click here to download the installer](https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.24/YoutubePlaylistDownloader.exe)
## Features
- No ads, open source and free
diff --git a/YPDSetup/YPDSetup.iss b/YPDSetup/YPDSetup.iss
index fddaa0e..641aac8 100644
--- a/YPDSetup/YPDSetup.iss
+++ b/YPDSetup/YPDSetup.iss
@@ -7,8 +7,8 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{444538EE-4F35-4245-AEAE-6C149BB852B8}
AppName=YouTube Playlist Downloader
-AppVersion=1.9.23
-AppVerName=YouTube Playlist Downloader 1.9.23
+AppVersion=1.9.24
+AppVerName=YouTube Playlist Downloader 1.9.24
AppPublisher=shaked6540
AppPublisherURL=https://github.com/shaked6540/YoutubePlaylistDownloader
AppSupportURL=https://github.com/shaked6540/YoutubePlaylistDownloader
@@ -17,7 +17,7 @@ DefaultDirName={commonpf}\YouTube Playlist Downloader
DefaultGroupName=YouTube Playlist Downloader
AllowNoIcons=yes
LicenseFile=..\YoutubePlaylistDownloader\bin\Release\License.txt
-OutputDir=D:\Inno output\1.9.23
+OutputDir=D:\Inno output\1.9.24
OutputBaseFilename=YoutubePlaylistDownloader
SetupIconFile=..\YoutubePlaylistDownloader\finalIcon.ico
Compression=lzma
diff --git a/YoutubePlaylistDownloader/ChangelogAllVersions.txt b/YoutubePlaylistDownloader/ChangelogAllVersions.txt
index f114cad..c43d72e 100644
--- a/YoutubePlaylistDownloader/ChangelogAllVersions.txt
+++ b/YoutubePlaylistDownloader/ChangelogAllVersions.txt
@@ -1,4 +1,8 @@
-Version 1.9.23:
+9.24:
+- Fixed videos not downloading (Thanks cristianst85)
+
+
+Version 1.9.23:
- Fixed Cookie error
diff --git a/YoutubePlaylistDownloader/GlobalConsts.cs b/YoutubePlaylistDownloader/GlobalConsts.cs
index 120c1ce..92f5a9d 100644
--- a/YoutubePlaylistDownloader/GlobalConsts.cs
+++ b/YoutubePlaylistDownloader/GlobalConsts.cs
@@ -12,7 +12,7 @@ static class GlobalConsts
public static readonly string FFmpegFilePath;
private static readonly string ConfigFilePath;
private static readonly string ErrorFilePath;
- public static readonly Version VERSION = new(1, 9, 23);
+ public static readonly Version VERSION = new(1, 9, 24);
public static bool UpdateOnExit;
public static string UpdateSetupLocation;
public static bool UpdateFinishedDownloading;
diff --git a/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj b/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj
index 27e8877..781d9bc 100644
--- a/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj
+++ b/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj
@@ -75,10 +75,10 @@
-
+
diff --git a/YoutubePlaylistDownloader/changelog.txt b/YoutubePlaylistDownloader/changelog.txt
index 9eae31c..e293fb1 100644
--- a/YoutubePlaylistDownloader/changelog.txt
+++ b/YoutubePlaylistDownloader/changelog.txt
@@ -1,2 +1,2 @@
-Version 1.9.23:
-- Fixed Cookie error
\ No newline at end of file
+Version 1.9.24:
+- Fixed videos not downloading (Thanks cristianst85)
\ No newline at end of file
diff --git a/YoutubePlaylistDownloader/latestVersion.txt b/YoutubePlaylistDownloader/latestVersion.txt
index 26e687e..02eed72 100644
--- a/YoutubePlaylistDownloader/latestVersion.txt
+++ b/YoutubePlaylistDownloader/latestVersion.txt
@@ -1 +1 @@
-1.923
\ No newline at end of file
+1.924
\ No newline at end of file
diff --git a/YoutubePlaylistDownloader/latestVersionLink.txt b/YoutubePlaylistDownloader/latestVersionLink.txt
index e6854ba..a605359 100644
--- a/YoutubePlaylistDownloader/latestVersionLink.txt
+++ b/YoutubePlaylistDownloader/latestVersionLink.txt
@@ -1 +1 @@
-https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.23/YoutubePlaylistDownloader.exe
\ No newline at end of file
+https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.24/YoutubePlaylistDownloader.exe
\ No newline at end of file
diff --git a/YoutubePlaylistDownloader/latestVersionWithRevision.txt b/YoutubePlaylistDownloader/latestVersionWithRevision.txt
index 0e1d6b3..40ef5a1 100644
--- a/YoutubePlaylistDownloader/latestVersionWithRevision.txt
+++ b/YoutubePlaylistDownloader/latestVersionWithRevision.txt
@@ -1 +1 @@
-1.9.23
\ No newline at end of file
+1.9.24
\ No newline at end of file