We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fec298 commit dbf11f5Copy full SHA for dbf11f5
src/Client/PlayerEvent.cs
@@ -24,4 +24,10 @@ public sealed class PlayerEvent
24
/// </summary>
25
[JsonPropertyName("playlistItems")]
26
public bool PlaylistItemsChanged { get; set; }
27
-}
+
28
+ /// <summary>
29
+ /// Playback queue is changed. Use <see cref="IPlayerClient.GetPlayQueue"/> to query new state.
30
+ /// </summary>
31
+ [JsonPropertyName("playQueue")]
32
+ public bool PlayQueueChanged { get; set; }
33
+}
0 commit comments