6 lines
146 B
C#
6 lines
146 B
C#
using MediatR;
|
|
|
|
namespace ErsatzTV.Core.Notifications;
|
|
|
|
public record PlaybackTroubleshootingCompletedNotification(int ExitCode) : INotification;
|