mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Qualified Namespace of pscredential
Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
This commit is contained in:
parent
b3b08fecb2
commit
b719ca5a33
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
param(
|
||||
[Switch]$Quiet,
|
||||
[Switch]$InstallAsService,
|
||||
[pscredential]$ServiceUser,
|
||||
[System.Management.Automation.pscredential]$ServiceUser,
|
||||
[switch]$CreateDesktopShorcut,
|
||||
[switch]$LaunchJellyfin,
|
||||
[switch]$MigrateEmbyLibrary,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue