Add externalID to Folder and persist it to OPML file. Issue #1060

This commit is contained in:
Maurice Parker
2019-09-25 17:01:09 -05:00
parent 08a8b8f6c2
commit c4ee1edb69
8 changed files with 25 additions and 14 deletions

View File

@@ -101,7 +101,7 @@ class ScriptableFolder: NSObject, UniqueIdScriptingObject, ScriptingObjectContai
@objc(opmlRepresentation)
var opmlRepresentation:String {
return self.folder.OPMLString(indentLevel:0)
return self.folder.OPMLString(indentLevel:0, strictConformance: true)
}
}