Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
changed: inconsistent hiding of the 'hide progress during updates' mu…
Browse files Browse the repository at this point in the history
…sic setting

if the video one is in the gui, the music one should be as well.
  • Loading branch information
spiff committed Aug 25, 2011
1 parent 44b59c9 commit d5783a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/settings/GUISettings.cpp
Expand Up @@ -273,7 +273,7 @@ void CGUISettings::Initialize()
AddDefaultAddon(ml, "musiclibrary.albumsscraper", 20193, "metadata.albums.allmusic.com", ADDON_SCRAPER_ALBUMS);
AddDefaultAddon(ml, "musiclibrary.artistsscraper", 20194, "metadata.artists.allmusic.com", ADDON_SCRAPER_ARTISTS);
AddBool(ml, "musiclibrary.updateonstartup", 22000, false);
AddBool(NULL, "musiclibrary.backgroundupdate", 22001, false);
AddBool(ml, "musiclibrary.backgroundupdate", 22001, false);
AddSeparator(ml,"musiclibrary.sep2");
AddString(ml, "musiclibrary.cleanup", 334, "", BUTTON_CONTROL_STANDARD);
AddString(ml, "musiclibrary.export", 20196, "", BUTTON_CONTROL_STANDARD);
Expand Down

0 comments on commit d5783a4

Please sign in to comment.