mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-18 09:09:00 -05:00
Changed Write-Warn to be Write-Warning
This commit is contained in:
@@ -540,7 +540,7 @@ class PlexDBRepair {
|
||||
try {
|
||||
return (Get-ItemProperty -path 'HKCU:\Software\Plex, Inc.\Plex Media Server' -EA Stop)
|
||||
} catch {
|
||||
Write-Warn "Could not find Plex registry settings (HKCU\Software\Plex, Inc.\Plex Media Server). Are you sure Plex is installed on this machine?"
|
||||
Write-Warning "Could not find Plex registry settings (HKCU\Software\Plex, Inc.\Plex Media Server). Are you sure Plex is installed on this machine?"
|
||||
exit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user