From 51e7f56123839cbfa875862929ca715293f6da21 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 7 Nov 2008 21:41:16 +0100 Subject: [PATCH] fix adding items to playlist --- src/mpdpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpdpp.h b/src/mpdpp.h index d7910541..35767bcc 100644 --- a/src/mpdpp.h +++ b/src/mpdpp.h @@ -182,7 +182,7 @@ class MPDConnection string itsErrorMessage; int itsErrorCode; - int itsMaxPlaylistLength; + unsigned int itsMaxPlaylistLength; string MPD_HOST; int MPD_PORT;