浏览代码

separate path with comma

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 6 年之前
父节点
当前提交
f454b753f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.WebDashboard/Api/DashboardService.cs

+ 1 - 1
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -150,7 +150,7 @@ namespace MediaBrowser.WebDashboard.Api
                     return _serverConfigurationManager.Configuration.DashboardSourcePath;
                     return _serverConfigurationManager.Configuration.DashboardSourcePath;
                 }
                 }
 
 
-                return Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web/src");
+                return Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web", "src");
             }
             }
         }
         }