mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-22 19:10:19 +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 {
|
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 ""
|
Write-Host ""
|
||||||
if (!($ch -eq 'n' -or $ch -eq 'y')) {
|
if (!($ch -eq 'n' -or $ch -eq 'y')) {
|
||||||
|
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ Remove-Item -Recurse -LiteralPath $tempDirectory
|
|||||||
|
|
||||||
|
|
||||||
do {
|
do {
|
||||||
$ch = Read-Host -Prompt "Хотите отключить подкасты ? (Y/N)"
|
$ch = Read-Host -Prompt "Хотите удалить подкасты с домашней страницы ? (Y/N)"
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
if (!($ch -eq 'n' -or $ch -eq 'y')) {
|
if (!($ch -eq 'n' -or $ch -eq 'y')) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user