diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-08 02:41:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-08 02:41:49 -0400 |
| commit | 323d4104843dd50323c0d1378b4df5b65571bb8c (patch) | |
| tree | 08005c11212634c5b70c19a54d90463333057085 /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | efebc78cf53c779611d9d7b3e7ed3c0dfcef2b1d (diff) | |
add option to save recordings as mkv
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index 8fb0e8f46..cdacdc81f 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -331,7 +331,7 @@ namespace MediaBrowser.ServerApplication Application.Run(); } - private static SplashForm _splash; + internal static SplashForm _splash; private static Thread _splashThread; private static void ShowSplashScreen(Version appVersion, Progress<double> progress, ILogger logger) { |
