diff options
| -rw-r--r-- | deployment/windows/install-jellyfin.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/install-jellyfin.ps1 b/deployment/windows/install-jellyfin.ps1 index 0cd7f5236..e909a0468 100644 --- a/deployment/windows/install-jellyfin.ps1 +++ b/deployment/windows/install-jellyfin.ps1 @@ -3,7 +3,7 @@ param( [Switch]$Quiet, [Switch]$InstallAsService, - [pscredential]$ServiceUser, + [System.Management.Automation.pscredential]$ServiceUser, [switch]$CreateDesktopShorcut, [switch]$LaunchJellyfin, [switch]$MigrateEmbyLibrary, |
