mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-30 01:03:44 -04:00
Oops, thinko on the playlist thing
This commit is contained in:
parent
a15eabbd76
commit
c6a9009550
@ -945,7 +945,9 @@ int scan_xml_playlists_section(int action, char *info) {
|
|||||||
|
|
||||||
/* delete the old one first */
|
/* delete the old one first */
|
||||||
/* FIXME: Error handling */
|
/* 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);
|
pm3u = db_fetch_playlist(NULL,scan_xml_file,native_plid);
|
||||||
if(pm3u) {
|
if(pm3u) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user