We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588e0b6 commit bd3aae0Copy full SHA for bd3aae0
1 file changed
codec/src/main/java/com/coloryr/allmusic/codec/MusicPacketCodec.java
@@ -109,7 +109,8 @@ public static MusicPack decode(ByteBuf buf) {
109
ktv.items.add(item);
110
}
111
112
- return new MusicPack.LyricKtvMusicPack(state, ktv);
+ pack = new MusicPack.LyricKtvMusicPack(state, ktv);
113
+ break;
114
case POS:
115
pack = new MusicPack.IntMusicPack(type1, buf.readInt());
116
break;
0 commit comments