소스 검색

use emby for program data on mac

Luke 10 년 전
부모
커밋
772a7938a0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      MediaBrowser.Server.Mac/Main.cs

+ 4 - 0
MediaBrowser.Server.Mac/Main.cs

@@ -62,6 +62,10 @@ namespace MediaBrowser.Server.Mac
 			{
 				// TODO: Use CommonApplicationData? Will we always have write access?
 				programDataPath = Path.Combine(Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), "mediabrowser-server");
+
+				if (!Directory.Exists (programDataPath)) {
+					programDataPath = Path.Combine(Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), "emby-server");
+				}
 			}
 
 			// Within the mac bundle, go uo two levels then down into Resources folder