mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
fix: update Displays property type in IHasMultipleDisplays interface to use string for key
This commit is contained in:
@@ -28,7 +28,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
[Obsolete("Will be removed in a future version")]
|
[Obsolete("Will be removed in a future version")]
|
||||||
public interface IHasMultipleDisplays
|
public interface IHasMultipleDisplays
|
||||||
{
|
{
|
||||||
Dictionary<eSourceListItemDestinationTypes, IRoutingSink> Displays { get; }
|
Dictionary<string, IRoutingSink> Displays { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user