Skip to content

Commit

Permalink
http-api: fix AddToPlaylistFromDB for music after fb4a9c0
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Jun 3, 2012
1 parent 7041ba9 commit e792bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/interfaces/http-api/XBMChttp.cpp
Expand Up @@ -1032,6 +1032,7 @@ int CXbmcHttp::xbmcAddToPlayListFromDB(int numParas, CStdString paras[])
if (type.Equals("songs"))
{
playList = PLAYLIST_MUSIC;
where = " where " + where;

CMusicDatabase musicdatabase;
if (!musicdatabase.Open())
Expand Down

0 comments on commit e792bf0

Please sign in to comment.