diff options
| author | LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | 2019-03-31 10:34:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-31 10:34:49 -0700 |
| commit | 816d8a0216989497f6c43da7b9f64539e63bc5bf (patch) | |
| tree | c1da36ed1b0b0c56b626132176a0f12926c9dba9 | |
| parent | e37ccd6ec0c5ac58cc2cc39e53cd7fb268ad04de (diff) | |
Update install-jellyfin.ps1
| -rw-r--r-- | deployment/windows/install-jellyfin.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/install-jellyfin.ps1 b/deployment/windows/install-jellyfin.ps1 index 689dedb4a..0cd7f5236 100644 --- a/deployment/windows/install-jellyfin.ps1 +++ b/deployment/windows/install-jellyfin.ps1 @@ -82,7 +82,7 @@ if($Quiet.IsPresent -or $Quiet -eq $true){ }else{ $Script:InstallServiceAsUser = $true $Script:UserCredentials = $ServiceUser - $Script:JellyfinDataDir = "$env:HOMEDRIVE\Users\$($Script:UserCredentials.UserName)\Appdata\Roaming\jellyfin\"} + $Script:JellyfinDataDir = "$env:HOMEDRIVE\Users\$($Script:UserCredentials.UserName)\Appdata\Local\jellyfin\"} if($CreateDesktopShorcut.IsPresent -or $CreateDesktopShorcut -eq $true) {$Script:CreateShortcut = $true}else{$Script:CreateShortcut = $false} if($MigrateEmbyLibrary.IsPresent -or $MigrateEmbyLibrary -eq $true){$Script:MigrateLibrary = $true}else{$Script:MigrateLibrary = $false} if($LaunchJellyfin.IsPresent -or $LaunchJellyfin -eq $true){$Script:StartJellyfin = $true}else{$Script:StartJellyfin = $false} |
