Remove lint warning on method made to be used as hook.
parent
bff84738f2
commit
20faae338c
|
@ -302,6 +302,7 @@ export default function VideoPlayerPage({
|
||||||
1.75,
|
1.75,
|
||||||
2,
|
2,
|
||||||
]}
|
]}
|
||||||
|
// eslint-disable-next-line react/jsx-no-bind
|
||||||
onVolumeChange={onVolumeChange}
|
onVolumeChange={onVolumeChange}
|
||||||
sources={[
|
sources={[
|
||||||
{ src: getHLSMasterURL(hlsServerURL, id, downloadFileName), type: 'application/x-mpegURL' },
|
{ src: getHLSMasterURL(hlsServerURL, id, downloadFileName), type: 'application/x-mpegURL' },
|
||||||
|
|
Loading…
Reference in New Issue