Fixed the "error setting get-only" error
This commit is contained in:
parent
239bc0a14d
commit
65c9c89628
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,10 @@ class Post extends events.EventTarget {
|
||||||
return this._hasCustomThumbnail;
|
return this._hasCustomThumbnail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set fileLastModifiedTime(value) {
|
||||||
|
this._fileLastModifiedTime = value;
|
||||||
|
}
|
||||||
|
|
||||||
set flags(value) {
|
set flags(value) {
|
||||||
this._flags = value;
|
this._flags = value;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue