mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
[web] Remove empty JavaScript statements
This commit is contained in:
parent
1c0ceec2be
commit
3d2392567a
@ -189,9 +189,7 @@ export default {
|
||||
this.$store.commit(types.HIDE_SPOTIFY, value)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
methods: {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -69,9 +69,7 @@ export default {
|
||||
return {
|
||||
albums: new GroupByList()
|
||||
}
|
||||
},
|
||||
|
||||
methods: {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -79,9 +79,7 @@ export default {
|
||||
this.artists_list.group(byName('name_sort', true))
|
||||
return this.artists_list
|
||||
}
|
||||
},
|
||||
|
||||
methods: {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -64,9 +64,7 @@ export default {
|
||||
return {
|
||||
composers: new GroupByList()
|
||||
}
|
||||
},
|
||||
|
||||
methods: {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -65,11 +65,7 @@ export default {
|
||||
return {
|
||||
genres: new GroupByList()
|
||||
}
|
||||
},
|
||||
|
||||
computed: {},
|
||||
|
||||
methods: {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user