File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.3
4+
5+ ### Bug fixes
6+
7+ - [ #53 ] ( https://github.com/shuowu/yi-note/issues/53 ) Fix timestamp catching issue
8+
39## 1.5.2
410
511### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " YiNote" ,
3- "version" : " 1.5.2 " ,
3+ "version" : " 1.5.3 " ,
44 "description" : " Most efficient way to take & share time-stamped notes while watching videos!" ,
55 "icons" : {
66 "16" : " icons/icon-16.png" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yi-note/extension" ,
3- "version" : " 1.5.2 " ,
3+ "version" : " 1.5.3 " ,
44 "description" : " Most efficient way to take & share time-stamped notes while watching videos!" ,
55 "private" : false ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ export default class HTML5Player extends Player {
1818 throw new Error ( 'Player initial error' ) ;
1919 }
2020
21+ // TODO: move to InstagramPlayer class
2122 // Set crossorigin attribute to enable screenshot
22- this . video . setAttribute ( 'crossorigin' , 'anonymous' ) ;
23- this . video . load ( ) ;
23+ // this.video.setAttribute('crossorigin', 'anonymous');
24+ // this.video.load();
2425 }
2526
2627 getVideoElement ( ) {
You can’t perform that action at this time.
0 commit comments