We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cd8b1 commit bec8038Copy full SHA for bec8038
JMPDComm/src/main/java/org/a0z/mpd/MPD.java
@@ -707,7 +707,7 @@ public List<Album> getAllAlbums(final boolean trackCountNeeded) throws MPDServer
707
708
final List<Album> albums;
709
// Use MPD 0.19's album grouping feature if available.
710
- if (mpdConnection.isProtocolVersionSupported(0, 18)) {
+ if (mpdConnection.isProtocolVersionSupported(0, 19)) {
711
albums = listAllAlbumsGrouped(false);
712
} else {
713
final List<String> albumNames = listAlbums();
0 commit comments