mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-06 11:18:10 -05:00
Fix indentation
This commit is contained in:
parent
5f041b59eb
commit
f6f3057930
@ -183,19 +183,19 @@ scan_m3u_playlist(char *file)
|
|||||||
entry = rel_entry;
|
entry = rel_entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
filename = m_realpath(entry);
|
filename = m_realpath(entry);
|
||||||
if (!filename)
|
if (!filename)
|
||||||
{
|
{
|
||||||
DPRINTF(E_WARN, L_SCAN, "Could not determine real path for '%s': %s\n", entry, strerror(errno));
|
DPRINTF(E_WARN, L_SCAN, "Could not determine real path for '%s': %s\n", entry, strerror(errno));
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = db_pl_add_item_bypath(pl_id, filename);
|
ret = db_pl_add_item_bypath(pl_id, filename);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
DPRINTF(E_WARN, L_SCAN, "Could not add %s to playlist\n", filename);
|
DPRINTF(E_WARN, L_SCAN, "Could not add %s to playlist\n", filename);
|
||||||
|
|
||||||
free(filename);
|
free(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
free(pl_base);
|
free(pl_base);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user