mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-08 01:04:56 +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")]
|
||||
public interface IHasMultipleDisplays
|
||||
{
|
||||
Dictionary<eSourceListItemDestinationTypes, IRoutingSink> Displays { get; }
|
||||
Dictionary<string, IRoutingSink> Displays { get; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user