Oops, thinko on the playlist thing

This commit is contained in:
Ron Pedde 2007-04-18 03:34:03 +00:00
parent a15eabbd76
commit c6a9009550
1 changed files with 3 additions and 1 deletions

View File

@ -945,7 +945,9 @@ int scan_xml_playlists_section(int action, char *info) {
/* delete the old one first */
/* FIXME: Error handling */
native_plid = util_djb_hash_str(current_name,strlen(native_plid));
DPRINTF(E_DBG,L_SCAN,"Converting native plid (%d) to %d\n",
native_plid, util_djb_hash_str(current_name));
native_plid = util_djb_hash_str(current_name);
pm3u = db_fetch_playlist(NULL,scan_xml_file,native_plid);
if(pm3u) {