Skip to content

Commit dbf11f5

Browse files
committed
add missing property
1 parent 6fec298 commit dbf11f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Client/PlayerEvent.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ public sealed class PlayerEvent
2424
/// </summary>
2525
[JsonPropertyName("playlistItems")]
2626
public bool PlaylistItemsChanged { get; set; }
27-
}
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

Comments
 (0)