Fix voice downloads
This commit is contained in:
parent
7796f65ad0
commit
3c4d317bfa
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue