Remove podcasts from the homepage only

- Now podcasts are only removed from the home page
This commit is contained in:
amd64fox
2021-12-05 12:52:33 +03:00
parent 79df9c4ead
commit 0ab5daddce
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ Remove-Item -Recurse -LiteralPath $tempDirectory
do {
$ch = Read-Host -Prompt "Want to turn off podcasts ? (Y/N)"
$ch = Read-Host -Prompt "Want to remove podcasts from the home page ? (Y/N)"
Write-Host ""
if (!($ch -eq 'n' -or $ch -eq 'y')) {

View File

@@ -153,7 +153,7 @@ Remove-Item -Recurse -LiteralPath $tempDirectory
do {
$ch = Read-Host -Prompt "Хотите отключить подкасты ? (Y/N)"
$ch = Read-Host -Prompt "Хотите удалить подкасты с домашней страницы ? (Y/N)"
Write-Host ""
if (!($ch -eq 'n' -or $ch -eq 'y')) {