private void updateToDB(MediaFileDescriptor id) {
   if (!dryRun) {
     ts.updateToDB(id);
   }
 }