Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed compile after 91d656a
cdrip is not available when optical drive is disabled (--disable-optical-drive).
  • Loading branch information
huceke committed Oct 5, 2012
1 parent 91d656a commit bd22a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/music/windows/GUIWindowMusicSongs.cpp
Expand Up @@ -411,9 +411,11 @@ bool CGUIWindowMusicSongs::OnContextButton(int itemNumber, CONTEXT_BUTTON button
OnRipCD();
return true;

#ifdef HAS_CDDA_RIPPER
case CONTEXT_BUTTON_CANCEL_RIP_CD:
CCDDARipper::GetInstance().CancelJobs();
return true;
#endif

case CONTEXT_BUTTON_CDDB:
if (m_musicdatabase.LookupCDDBInfo(true))
Expand Down

0 comments on commit bd22a8f

Please sign in to comment.