mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-02 04:52:03 +02:00
separate path with comma
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
9de66e9e87
commit
f454b753f2
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
return _serverConfigurationManager.Configuration.DashboardSourcePath;
|
||||
}
|
||||
|
||||
return Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web/src");
|
||||
return Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web", "src");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue