mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web] Remove empty JavaScript statements
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user