mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed linting error
This commit is contained in:
parent
865e9085ef
commit
73e6f3c03f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function setCurrentSrc(instance, elem, options) {
|
|||
events.trigger(instance, 'pause');
|
||||
}
|
||||
},
|
||||
'onError': () => reject(),
|
||||
'onError': () => reject()
|
||||
},
|
||||
playerVars: {
|
||||
controls: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue