Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SaviorXTanren/mixer-mixitup
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrenDe committed Oct 7, 2023
2 parents 4283fa5 + c4a6ea6 commit 8669fdf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MixItUp.WPF/Services/WindowsOBSService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;

namespace MixItUp.WPF.Services
{
Expand Down Expand Up @@ -226,8 +225,6 @@ public async Task SetImageSourceFilePath(string sceneName, string sourceName, st
{
Logger.Log(LogLevel.Debug, "Setting image source file path - " + sourceName);

await this.SetSourceVisibility(sceneName, sourceName, visibility: false);

await this.OBSCommandTimeoutWrapper(async (cancellationToken) =>
{
if (this.OBSWebsocket.IsConnected)
Expand Down Expand Up @@ -255,8 +252,6 @@ public async Task SetMediaSourceFilePath(string sceneName, string sourceName, st
{
Logger.Log(LogLevel.Debug, "Setting media source file path - " + sourceName);

await this.SetSourceVisibility(sceneName, sourceName, visibility: false);

await this.OBSCommandTimeoutWrapper(async (cancellationToken) =>
{
if (this.OBSWebsocket.IsConnected)
Expand Down

0 comments on commit 8669fdf

Please sign in to comment.