Fixed the "error setting get-only" error

This commit is contained in:
Luxray5474 2020-08-22 13:49:57 -04:00
parent 239bc0a14d
commit 65c9c89628

View file

@ -146,6 +146,10 @@ class Post extends events.EventTarget {
return this._hasCustomThumbnail;
}
set fileLastModifiedTime(value) {
this._fileLastModifiedTime = value;
}
set flags(value) {
this._flags = value;
}