mirror of
https://github.com/Jellyfin2Samsung/Samsung-Jellyfin-Installer.git
synced 2026-03-01 11:21:12 +03:00
Clear CustomWgt path after install
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user