Skip to content

Commit

Permalink
Allow dashes in music videos on the first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ScudLee committed Apr 16, 2013
1 parent 4ffa7d5 commit 1413675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/addons/Scraper.cpp
Expand Up @@ -510,7 +510,7 @@ std::vector<CScraperUrl> CScraper::FindMovie(XFILE::CCurlFile &fcurl, const CStd
if (IsNoop()) if (IsNoop())
return vcscurl; return vcscurl;


if (!fFirst || Content() == CONTENT_MUSICVIDEOS) if (!fFirst)
sTitle.Replace("-"," "); sTitle.Replace("-"," ");


sTitle.ToLower(); sTitle.ToLower();
Expand Down

0 comments on commit 1413675

Please sign in to comment.