Skip to content

Commit

Permalink
[advancedsettings] - fixed c&p error from 83bff3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Jan 13, 2016
1 parent dcbd35d commit 3aa5611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/settings/AdvancedSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void CAdvancedSettings::Initialize()


m_audioExcludeFromScanRegExps.clear();
m_tvshowExcludeFromScanRegExps.insert(m_tvshowExcludeFromScanRegExps.end(),
m_audioExcludeFromScanRegExps.insert(m_audioExcludeFromScanRegExps.end(),
m_allExcludeFromScanRegExps.begin(),
m_allExcludeFromScanRegExps.end());

Expand Down

0 comments on commit 3aa5611

Please sign in to comment.