Set default fallback export profile
This commit is contained in:
@@ -722,7 +722,7 @@ public class Book extends BookTreeNode {
|
|||||||
|
|
||||||
public ExportProfile getExportProfile() {
|
public ExportProfile getExportProfile() {
|
||||||
if (exportProfile == null) {
|
if (exportProfile == null) {
|
||||||
return AudiobookRecorder.exportProfiles.get("librivox");
|
return AudiobookRecorder.exportProfiles.get("default");
|
||||||
}
|
}
|
||||||
return exportProfile;
|
return exportProfile;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user