Changeset f4ee6eaaeb36

Show
Ignore:
Timestamp:
11/15/08 17:14:42 (8 weeks ago)
Author:
Milosz Derezynski <monostatic77@…>
Branch:
trunk
Message:

* Bug in deep rescan: Don't scan only first path of volume, but all music paths managed on the volume

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpx/library-scanner-thread.cc

    r981 r982  
    432432    gint64 added = 0, erroneous = 0, uptodate = 0, updated = 0, total = 0; 
    433433 
     434    Util::FileList collection; 
     435 
    434436    for(Util::FileList::const_iterator i = list.begin(); i != list.end(); ++i) 
    435437    {   
    436438        std::string insert_path ; 
    437439        std::string insert_path_sql ; 
    438         Util::FileList collection; 
    439440 
    440441        try{ 
     
    465466            } 
    466467#endif // HAVE_HAL 
    467             collection.clear(); 
    468468            Util::collect_audio_paths_recursive( insert_path, collection ); 
    469469            total += collection.size();