1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove unused argument

This commit is contained in:
Dmitry Lyzo 2021-06-15 22:01:00 +03:00
parent c6757b2e1f
commit eb9c7b08b9

View file

@ -3,7 +3,7 @@ import toast from '../../../components/toast/toast';
import globalize from '../../../scripts/globalize';
import appSettings from '../../../scripts/settings/appSettings';
export default function (view, params) {
export default function (view) {
function submit(e) {
appSettings.enableGamepad(view.querySelector('.chkEnableGamepad').checked);