Changeset 24859 for titan/plugins/mc/mc_audioplayer.h
- Timestamp:
- Nov 12, 2013, 11:35:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/mc/mc_audioplayer.h
r24858 r24859 376 376 else if(rcret == getrcconfigint("rcplay", NULL)) 377 377 { 378 if((status.play == 1) || (status.p layspeed != 0))378 if((status.play == 1) || (status.pause == 1) || (status.playspeed != 0)) 379 379 playrcplay(filename, NULL, &playinfobarstatus, &playinfobarcount, playertype, flag); 380 380 //showplaylist(1);
Note: See TracChangeset
for help on using the changeset viewer.