mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #1505 from trumblejoe/patch-1
Qualified Namespace of pscredential
This commit is contained in:
commit
0e0c70f782
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