Clear CustomWgt path after install

This commit is contained in:
PatrickSt1991
2026-04-11 14:06:56 +02:00
parent 3916205d56
commit d7424138c6

View File

@@ -481,8 +481,7 @@ namespace Jellyfin2Samsung.ViewModels
if (!AppSettings.Default.KeepWGTFile)
_packageHelper.CleanupDownloadedPackage(customPath);
AppSettings.Default.CustomWgtPath = string.Empty;
AppSettings.Default.Save();
CustomWgtPath = string.Empty;
}
else
{