From d66c23d4a81c6165965114e855a4f361c9481649 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 10 May 2019 22:37:25 +0100 Subject: WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not the same format as the CLI and thus cannot be imported. This may happen in the future) Please finish existing queue before installing new version. --- win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrakeWPF/Startup') diff --git a/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs b/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs index 458c071c3..4f1f6c159 100644 --- a/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs +++ b/win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs @@ -60,7 +60,7 @@ namespace HandBrakeWPF.Startup this.container.Singleton(); this.container.Singleton(); this.container.Singleton(); - this.container.Singleton(); + this.container.Singleton(); // Commands -- cgit v1.2.3