fixup - remove unused enum, remove unused local variable, remove

duplicate error log for failure in create_virtual_path, remove
unnecessary empty lines
This commit is contained in:
chme
2016-01-20 20:42:43 +01:00
parent be873d69c6
commit c23cbde6ac
3 changed files with 4 additions and 25 deletions

View File

@@ -240,7 +240,6 @@ scan_playlist(char *file, time_t mtime, int dir_id)
DPRINTF(E_INFO, L_SCAN, "Playlist has EXTINF metadata, artist is '%s', title is '%s'\n", mfi.artist, mfi.title);
di_id = db_directory_addorupdate("/http:", 0, 1);
if (di_id <= 0)
{
DPRINTF(E_LOG, L_SCAN, "Insert or update of directory failed '/http:'\n");