mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 13:09:11 -05:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user