Remove lint warning on method made to be used as hook.

new-frontend
Icedream 2023-01-09 04:02:37 +01:00
parent bff84738f2
commit 20faae338c
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 0 deletions

View File

@ -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' },