mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 00:11:28 +00:00
remove old positions variable
This commit is contained in:
parent
504c5469e3
commit
0cfc9ab32c
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ class Video extends React.PureComponent {
|
||||||
savePosition,
|
savePosition,
|
||||||
mediaPaused,
|
mediaPaused,
|
||||||
mediaPosition,
|
mediaPosition,
|
||||||
positions,
|
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
const isPlaying = playingUri === uri;
|
const isPlaying = playingUri === uri;
|
||||||
|
|
Loading…
Add table
Reference in a new issue