See #542: Removed unused preference from the settings view

This commit is contained in:
Eliot Berriot 2018-10-01 18:55:09 +02:00
parent e8cab269b1
commit 222231c01b
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 0 additions and 8 deletions

View File

@ -79,7 +79,6 @@ export default {
// somehow, extraction fails if in the return block directly
let instanceLabel = this.$gettext('Instance information')
let usersLabel = this.$gettext('Users')
let importsLabel = this.$gettext('Imports')
let playlistsLabel = this.$gettext('Playlists')
let federationLabel = this.$gettext('Federation')
let subsonicLabel = this.$gettext('Subsonic')
@ -105,13 +104,6 @@ export default {
'users__upload_quota'
]
},
{
label: importsLabel,
id: 'imports',
settings: [
'providers_youtube__api_key'
]
},
{
label: playlistsLabel,
id: 'playlists',