Update CD R/RW service types

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent 81c0e7d4de
commit 2c0af2e6ad

@ -544,7 +544,8 @@ void Disc::startDVD( const TQString &device )
devList.append( dcopList[i+5] );
}
else if ( dcopList[i+10]=="media/cdrom_mounted"
|| dcopList[i+10]=="media/cdwriter_mounted"
|| dcopList[i+10]=="media/cd-r_mounted"
|| dcopList[i+10]=="media/cd-rw_mounted"
|| dcopList[i+10]=="media/dvd_mounted" ) {
if ( TQFile::exists(dcopList[i+6]+"/video_ts") || TQFile::exists(dcopList[i+6]+"/VIDEO_TS") )
devList.append( dcopList[i+5] );

Loading…
Cancel
Save