mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-30 00:05:05 -04:00
[web] Fix camel case
This commit is contained in:
parent
895f8376fd
commit
3677f9d757
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user