Skip to content

Commit

Permalink
Updated to match latest despotify version (http://despotify.svn.sourc…
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Mjönes authored and fxb committed Apr 30, 2010
1 parent 6363bfd commit 90f9670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/felixbruns/jotify/protocol/Protocol.java
Expand Up @@ -108,7 +108,7 @@ public void sendInitialPacket() throws ProtocolException {
/* Append fields to buffer. */
buffer.putShort((short)3); /* Version: 3 */
buffer.putShort((short)0); /* Length (update later) */
buffer.putInt(0x00000000); /* Unknown */
buffer.putInt(0x00000300); /* Unknown */
buffer.putInt(this.session.clientVersion);
buffer.putInt(this.session.clientRevision);
buffer.putInt(0x00000000); /* Unknown */
Expand Down

0 comments on commit 90f9670

Please sign in to comment.