mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-20 18:54:33 +10:00
Remove podcasts from the homepage only
- Now podcasts are only removed from the home page
This commit is contained in:
@@ -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')) {
|
||||
|
||||
|
||||
@@ -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')) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user