mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-16 04:10:04 +10:00
Fix for automatic install
This commit is contained in:
+1
-1
@@ -549,7 +549,7 @@ if ($spotifyInstalled) {
|
||||
if ($confirm_spoti_recomended_over -or $confirm_spoti_recomended_unistall) { $ch = 'n' }
|
||||
if ($ch -eq 'y') { $upgrade_client = $false }
|
||||
if ($ch -eq 'n') {
|
||||
if (!($confirm_spoti_recomended_over) -or !($confirm_spoti_recomended_unistall)) {
|
||||
if (!($confirm_spoti_recomended_over) -and !($confirm_spoti_recomended_unistall)) {
|
||||
do {
|
||||
$ch = Read-Host -Prompt (($lang).Recom -f $online)
|
||||
Write-Host ""
|
||||
|
||||
Reference in New Issue
Block a user