Solve the case of the missing playlists\! D'oh\!

This commit is contained in:
Ron Pedde 2007-04-18 03:07:25 +00:00
parent c4e5f8ac40
commit 5b38bc6d6c
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ 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);
native_plid = util_djb_hash_str(current_name,strlen(native_plid));
pm3u = db_fetch_playlist(NULL,scan_xml_file,native_plid);
if(pm3u) {