Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jul 8, 2024
1 parent 547e8aa commit 79f1814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/medialib/medialibscanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ ml_filter_int (ddb_file_found_data_t *data, time_t mtime, scanner_state_t *state

deadbeef->metacache_remove_string (s);

if (res) {
printf("%s\n", data->filename);
}

return res;
}

Expand Down
1 change: 1 addition & 0 deletions src/playlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ plt_insert_file_int (
return NULL;
}

printf("%s\n", fname);
// check if that is supported container format
if (!plt->ignore_archives) {
DB_vfs_t **vfsplugs = plug_get_vfs_list ();
Expand Down

0 comments on commit 79f1814

Please sign in to comment.