mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint issues
This commit is contained in:
parent
4b581f4160
commit
730b9d36a8
3 changed files with 4 additions and 4 deletions
|
@ -40,11 +40,11 @@ class SettingsEditor {
|
|||
|
||||
this.embed();
|
||||
|
||||
Events.on(this.timeSyncCore, 'refresh-devices', (event) => {
|
||||
Events.on(this.timeSyncCore, 'refresh-devices', () => {
|
||||
this.refreshTimeSyncDevices();
|
||||
});
|
||||
|
||||
Events.on(this.timeSyncCore, 'time-sync-server-update', (event) => {
|
||||
Events.on(this.timeSyncCore, 'time-sync-server-update', () => {
|
||||
this.refreshTimeSyncDevices();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue