mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 22:23:17 -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;
|
||||
}
|
||||
|
||||
filename = m_realpath(entry);
|
||||
if (!filename)
|
||||
{
|
||||
DPRINTF(E_WARN, L_SCAN, "Could not determine real path for '%s': %s\n", entry, strerror(errno));
|
||||
filename = m_realpath(entry);
|
||||
if (!filename)
|
||||
{
|
||||
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);
|
||||
if (ret < 0)
|
||||
DPRINTF(E_WARN, L_SCAN, "Could not add %s to playlist\n", filename);
|
||||
ret = db_pl_add_item_bypath(pl_id, filename);
|
||||
if (ret < 0)
|
||||
DPRINTF(E_WARN, L_SCAN, "Could not add %s to playlist\n", filename);
|
||||
|
||||
free(filename);
|
||||
free(filename);
|
||||
}
|
||||
|
||||
free(pl_base);
|
||||
|
Loading…
x
Reference in New Issue
Block a user