Home
last modified time | relevance | path

Searched refs:bAllowMusic (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DAutorun.cpp161 bool bAllowMusic = true; in RunDisc() local
168 bAllowMusic = !profileManager->GetCurrentProfile().musicLocked(); in RunDisc()
424 …nt()->GetSettings()->GetInt(CSettings::SETTING_AUDIOCDS_AUTOACTION) == AUTOCD_PLAY) && bAllowMusic) in RunDisc()