Fix voice downloads

This commit is contained in:
Victor Shcherb 2012-06-26 01:33:26 +02:00
parent 7796f65ad0
commit 3c4d317bfa

View file

@ -85,7 +85,7 @@ public class DownloadOsmandIndexesHelper {
} catch (Exception es) {
}
item.date = date;
String assetName = "voice" + File.separatorChar + voice + File.separatorChar + "ttsconfig.p";
String assetName = "voice" + File.separatorChar + voice + File.separatorChar + "config.p";
item.attachedItem = new AssetIndexItem(key, "voice", date, dateModified, "0.1", "", assetName, destFile.getPath());
}
}