Files
ersatztv/ErsatzTV.Core/Notifications/PlaybackTroubleshootingCompletedNotification.cs
T

6 lines
146 B
C#

using MediatR;
namespace ErsatzTV.Core.Notifications;
public record PlaybackTroubleshootingCompletedNotification(int ExitCode) : INotification;