fix: update Displays property type in IHasMultipleDisplays interface to use string for key

This commit is contained in:
Aviv Cohn
2025-10-15 20:34:24 -04:00
parent dab5484d6e
commit 1bd11ea2b6

View File

@@ -28,7 +28,7 @@ namespace PepperDash.Essentials.Core
[Obsolete("Will be removed in a future version")]
public interface IHasMultipleDisplays
{
Dictionary<eSourceListItemDestinationTypes, IRoutingSink> Displays { get; }
Dictionary<string, IRoutingSink> Displays { get; }
}
/// <summary>