Skip to content

Commit

Permalink
Update DisCatSharp.Lavalink/LavalinkGuildPlayer.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Jan 11, 2025
1 parent a62effc commit acbab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisCatSharp.Lavalink/LavalinkGuildPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public int Ping
/// <summary>
/// Gets the queue entries.
/// </summary>
[Obsolete("This property is deprecated. Use Queue instead")]
[Deprecated("This property is deprecated. Use Queue instead")]
public IReadOnlyList<IQueueEntry> QueueEntries
=> this._queueEntriesInternal.Values.ToList();

Expand Down

0 comments on commit acbab2f

Please sign in to comment.