mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-14 00:10:10 -04: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)
|
this.$store.commit(types.HIDE_SPOTIFY, value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
methods: {}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -69,9 +69,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
albums: new GroupByList()
|
albums: new GroupByList()
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
methods: {}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -79,9 +79,7 @@ export default {
|
|||||||
this.artists_list.group(byName('name_sort', true))
|
this.artists_list.group(byName('name_sort', true))
|
||||||
return this.artists_list
|
return this.artists_list
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
methods: {}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -64,9 +64,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
composers: new GroupByList()
|
composers: new GroupByList()
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
methods: {}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -65,11 +65,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
genres: new GroupByList()
|
genres: new GroupByList()
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
computed: {},
|
|
||||||
|
|
||||||
methods: {}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user