See #542: Removed unused preference from the settings view
This commit is contained in:
parent
e8cab269b1
commit
222231c01b
|
@ -79,7 +79,6 @@ export default {
|
||||||
// somehow, extraction fails if in the return block directly
|
// somehow, extraction fails if in the return block directly
|
||||||
let instanceLabel = this.$gettext('Instance information')
|
let instanceLabel = this.$gettext('Instance information')
|
||||||
let usersLabel = this.$gettext('Users')
|
let usersLabel = this.$gettext('Users')
|
||||||
let importsLabel = this.$gettext('Imports')
|
|
||||||
let playlistsLabel = this.$gettext('Playlists')
|
let playlistsLabel = this.$gettext('Playlists')
|
||||||
let federationLabel = this.$gettext('Federation')
|
let federationLabel = this.$gettext('Federation')
|
||||||
let subsonicLabel = this.$gettext('Subsonic')
|
let subsonicLabel = this.$gettext('Subsonic')
|
||||||
|
@ -105,13 +104,6 @@ export default {
|
||||||
'users__upload_quota'
|
'users__upload_quota'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: importsLabel,
|
|
||||||
id: 'imports',
|
|
||||||
settings: [
|
|
||||||
'providers_youtube__api_key'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: playlistsLabel,
|
label: playlistsLabel,
|
||||||
id: 'playlists',
|
id: 'playlists',
|
||||||
|
|
Loading…
Reference in New Issue