mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
separate path with comma
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user