diff options
-rw-r--r-- | stella.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -939,8 +939,8 @@ Thanks: get pageinfo () { let v = content.wrappedJSObject.Video; return [ - ['comment', v.description], ['thumbnail', <img src={v.thumbnail} />], + ['comment', v.description], [ 'tag', [ |