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

Cleanup removed function

This commit is contained in:
gnattu 2024-09-17 17:05:18 +08:00
parent 020dad8867
commit d9d2f8d0be

View file

@ -304,8 +304,6 @@ function embed(options, self) {
options.element.querySelector('.btnSave').classList.remove('hide');
}
options.element.querySelector('.selectMaxVideoWidth').addEventListener('change', onMaxVideoWidthChange.bind(self));
self.loadData();
if (options.autoFocus) {