diff --git a/LaMuccaRossaVideoDownloader/App.xaml b/LaMuccaRossaVideoDownloader/App.xaml
index f939563..acbfa6d 100644
--- a/LaMuccaRossaVideoDownloader/App.xaml
+++ b/LaMuccaRossaVideoDownloader/App.xaml
@@ -11,7 +11,7 @@
-
+
diff --git a/LaMuccaRossaVideoDownloader/ChangelogAllVersions.txt b/LaMuccaRossaVideoDownloader/ChangelogAllVersions.txt
index 54588d0..391ebcc 100644
--- a/LaMuccaRossaVideoDownloader/ChangelogAllVersions.txt
+++ b/LaMuccaRossaVideoDownloader/ChangelogAllVersions.txt
@@ -1,4 +1,7 @@
-Version 1.9.24:
+Version 1.9.25:
+- Pre Release for La Mucca Rossa
+
+Version 1.9.24:
- Fixed videos not downloading
Version 1.9.23:
diff --git a/LaMuccaRossaVideoDownloader/GlobalConsts.cs b/LaMuccaRossaVideoDownloader/GlobalConsts.cs
index 230f79f..c2a6b1a 100644
--- a/LaMuccaRossaVideoDownloader/GlobalConsts.cs
+++ b/LaMuccaRossaVideoDownloader/GlobalConsts.cs
@@ -194,8 +194,8 @@ public static void SaveConsts()
public static void RestoreDefualts()
{
Log("Restoring defaults", "RestoreDefaults at GlobalConsts").Wait();
- settings = new Objects.Settings("Dark", "Red", "English", Environment.GetFolderPath(Environment.SpecialFolder.MyVideos), false, false, true, TimeSpan.FromMinutes(1), true, 20, 2, true, true);
- DownloadSettings = new DownloadSettings("mp3", false, YoutubeHelpers.High720, false, false, false, false, "192", false, "en", false, false, 0, 0, false, true, false, true, 4, "$title", false, "mkv");
+ settings = new Objects.Settings("Dark", "Red", "Italiano", Environment.GetFolderPath(Environment.SpecialFolder.MyVideos), false, false, true, TimeSpan.FromMinutes(1), true, 20, 2, true, true);
+ DownloadSettings = new DownloadSettings("mp3", false, YoutubeHelpers.High1080, false, false, false, false, "192", false, "it", false, false, 0, 0, false, true, false, true, 4, "$title", false, "mp4");
SaveConsts();
}
public static void LoadConsts()
@@ -272,7 +272,7 @@ private static void UpdateTheme()
}
private static void UpdateLanguage()
{
- var toRemove = Application.Current.Resources.MergedDictionaries.First(x => x.Source.OriginalString.Contains("English"));
+ var toRemove = Application.Current.Resources.MergedDictionaries.First(x => x.Source.OriginalString.Contains("Italiano"));
ResourceDictionary r = new()
{
Source = new Uri($"/Languages/{settings.Language}.xaml", UriKind.Relative)
diff --git a/LaMuccaRossaVideoDownloader/changelog.txt b/LaMuccaRossaVideoDownloader/changelog.txt
index a671458..35fec6d 100644
--- a/LaMuccaRossaVideoDownloader/changelog.txt
+++ b/LaMuccaRossaVideoDownloader/changelog.txt
@@ -1,2 +1,2 @@
-Version 1.9.24:
-- Fixed videos not downloading
\ No newline at end of file
+Version 1.9.25:
+- Pre Release for La Mucca Rossa
\ No newline at end of file
diff --git a/LaMuccaRossaVideoDownloader/latestVersion.txt b/LaMuccaRossaVideoDownloader/latestVersion.txt
index 02eed72..c43caa9 100644
--- a/LaMuccaRossaVideoDownloader/latestVersion.txt
+++ b/LaMuccaRossaVideoDownloader/latestVersion.txt
@@ -1 +1 @@
-1.924
\ No newline at end of file
+1.925
\ No newline at end of file
diff --git a/LaMuccaRossaVideoDownloader/latestVersionLink.txt b/LaMuccaRossaVideoDownloader/latestVersionLink.txt
index c56b250..7061f35 100644
--- a/LaMuccaRossaVideoDownloader/latestVersionLink.txt
+++ b/LaMuccaRossaVideoDownloader/latestVersionLink.txt
@@ -1 +1 @@
-https://github.com/dardizzola/LaMuccaRossaVideoDownloader/releases/download/1.9.24/LaMuccaRossaVideoDownloader.exe
\ No newline at end of file
+https://github.com/dardizzola/LaMuccaRossaVideoDownloader/releases/download/1.9.25/LaMuccaRossaVideoDownloader.exe
\ No newline at end of file
diff --git a/LaMuccaRossaVideoDownloader/latestVersionWithRevision.txt b/LaMuccaRossaVideoDownloader/latestVersionWithRevision.txt
index 40ef5a1..5ec7606 100644
--- a/LaMuccaRossaVideoDownloader/latestVersionWithRevision.txt
+++ b/LaMuccaRossaVideoDownloader/latestVersionWithRevision.txt
@@ -1 +1 @@
-1.9.24
\ No newline at end of file
+1.9.25
\ No newline at end of file
diff --git a/README.md b/README.md
index b499b2b..35700f7 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
Questo programma, fornito gratuitamente da [La Mucca Rossa](https://muccarossa.com), serve per scaricare intere playlist o canali o anche singoli video da YouTube.
-[Clicca qui per scaricare l'installer](https://github.com/dardizzola/LaMuccaRossaVideoDownloader/releases/download/1.9.24/LaMuccaRossaVideoDownloader.exe)
+[Clicca qui per scaricare l'installer](https://github.com/dardizzola/LaMuccaRossaVideoDownloader/releases/download/1.9.25/LaMuccaRossaVideoDownloader.exe)
## Caratteristiche principali
- TOTALMENTE GRATUITA
diff --git a/YPDSetup/YPDSetup.iss b/YPDSetup/YPDSetup.iss
index 8132f16..f04b55e 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=La Mucca Rossa Video Downloader
-AppVersion=1.9.24
-AppVerName=La Mucca Rossa Video Downloader 1.9.24
+AppVersion=1.9.25
+AppVerName=La Mucca Rossa Video Downloader 1.9.25
AppPublisher=La Mucca Rossa
AppPublisherURL=https://muccarossa.com/
VersionInfoCompany=La Mucca Rossa
@@ -20,7 +20,7 @@ Password=PietroTest
DefaultDirName={commonpf}\La Mucca Rossa Video Downloader
DefaultGroupName=La Mucca Rossa Video Downloader
AllowNoIcons=yes
-OutputDir=..\Installer Output\1.9.24\
+OutputDir=..\Installer Output\1.9.25\
OutputBaseFilename=Setup.LaMuccaRossaVideoDownloader
SetupIconFile=..\YoutubePlaylistDownloader\finalIcon.ico
Compression=lzma