mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-23 19:17:46 -05:00
[web] Remove lint rule
This commit is contained in:
@@ -114,7 +114,7 @@ export default {
|
||||
this.uiStore.hideSingles = this.configurationStore.hide_singles
|
||||
document.title = this.configurationStore.library_name
|
||||
this.openWebsocket()
|
||||
} catch (e) {
|
||||
} catch {
|
||||
this.notificationsStore.add({
|
||||
text: this.$t('server.connection-failed'),
|
||||
topic: 'connection',
|
||||
|
||||
@@ -21,7 +21,7 @@ export default {
|
||||
stop() {
|
||||
try {
|
||||
this.audio?.pause()
|
||||
} catch (error) {
|
||||
} catch {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user