Merge pull request #1505 from trumblejoe/patch-1

Qualified Namespace of pscredential
This commit is contained in:
dkanada 2019-07-04 20:18:46 -07:00 committed by GitHub
commit 0e0c70f782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
param(
[Switch]$Quiet,
[Switch]$InstallAsService,
[pscredential]$ServiceUser,
[System.Management.Automation.pscredential]$ServiceUser,
[switch]$CreateDesktopShorcut,
[switch]$LaunchJellyfin,
[switch]$MigrateEmbyLibrary,