mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[web] Fix camel case
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
||||
name: 'PageMusicRecentlyAdded',
|
||||
components: { ContentWithHeading, HeadingTitle, ListAlbums, TabsMusic },
|
||||
beforeRouteEnter(to, from, next) {
|
||||
const limit = useSettingsStore().recently_added_limit
|
||||
const limit = useSettingsStore().recentlyAddedLimit
|
||||
webapi
|
||||
.search({
|
||||
expression:
|
||||
|
||||
Reference in New Issue
Block a user