Skip to content
Snippets Groups Projects
Verified Commit 222231c0 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

See #542: Removed unused preference from the settings view

parent e8cab269
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment