add option to save recordings as mkv

This commit is contained in:
Luke Pulverenti
2016-09-08 02:41:49 -04:00
parent efebc78cf5
commit 323d410484
4 changed files with 27 additions and 10 deletions

View File

@@ -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)
{