Add Windows desktop version
This commit is contained in:
6
windows/StreamPlayer.Desktop/Models/DeviceStatus.cs
Normal file
6
windows/StreamPlayer.Desktop/Models/DeviceStatus.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace StreamPlayer.Desktop.Models;
|
||||
|
||||
public sealed record DeviceStatus(bool IsBlocked, string Reason, string TokenPart)
|
||||
{
|
||||
public static DeviceStatus Allowed() => new(false, string.Empty, string.Empty);
|
||||
}
|
||||
Reference in New Issue
Block a user