Update to latest RSCore

This commit is contained in:
Nate Weaver
2020-01-12 18:38:04 -06:00
parent 8b07924693
commit 58c90feccf
9 changed files with 27 additions and 17 deletions

View File

@@ -170,6 +170,6 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
case .freshRSS:
osType = "Frsh"
}
return osType.fourCharCode()
return osType.fourCharCode
}
}