浏览代码

Merge pull request #1505 from trumblejoe/patch-1

Qualified Namespace of pscredential
dkanada 6 年之前
父节点
当前提交
0e0c70f782
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/windows/install-jellyfin.ps1

+ 1 - 1
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,