aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net/WebSocketMessage.cs
diff options
context:
space:
mode:
authorNick <20588554+nicknsy@users.noreply.github.com>2023-10-18 19:27:05 -0700
committerNick <20588554+nicknsy@users.noreply.github.com>2023-10-18 19:27:05 -0700
commitcd662506a1f63f9b20e7f5caa9b671eb3d71ea5a (patch)
treeb58f7158e21e7ed21d77b0f0abfce23d796b3fe3 /MediaBrowser.Controller/Net/WebSocketMessage.cs
parentc7feea27fde8af60984c8fe41444dc245dbde395 (diff)
parentde08d38a6f2a6e773fa1000574e08322605b56d3 (diff)
Merge branch 'master' into trickplay
Diffstat (limited to 'MediaBrowser.Controller/Net/WebSocketMessage.cs')
-rw-r--r--MediaBrowser.Controller/Net/WebSocketMessage.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Net/WebSocketMessage.cs b/MediaBrowser.Controller/Net/WebSocketMessage.cs
index c02bcd70b..92183e792 100644
--- a/MediaBrowser.Controller/Net/WebSocketMessage.cs
+++ b/MediaBrowser.Controller/Net/WebSocketMessage.cs
@@ -1,4 +1,3 @@
-using System;
using System.Text.Json.Serialization;
using MediaBrowser.Model.Session;
@@ -16,11 +15,6 @@ public abstract class WebSocketMessage
public virtual SessionMessageType MessageType { get; set; }
/// <summary>
- /// Gets or sets the message id.
- /// </summary>
- public Guid MessageId { get; set; }
-
- /// <summary>
/// Gets or sets the server id.
/// </summary>
[JsonIgnore]