ソースを参照

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 Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web/src");
+                return Path.Combine(_serverConfigurationManager.ApplicationPaths.ApplicationResourcesPath, "jellyfin-web", "src");
             }
         }