diff --git a/deployment/windows/install-jellyfin.ps1 b/deployment/windows/install-jellyfin.ps1 index 0cd7f5236f..e909a0468e 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,