mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: update Displays property type in IHasMultipleDisplays interface to use string for key
This commit is contained in:
parent
dab5484d6e
commit
1bd11ea2b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue