comparison gui/interface.c @ 35557:11c649dc2907

Limit internal automatic audio CD track advancing.
author ib
date Mon, 10 Dec 2012 12:43:07 +0000
parents 970ae81f8aee
children 59361080b09e
comparison
equal deleted inserted replaced
35556:970ae81f8aee 35557:11c649dc2907
815 if (!guiInfo.PlaylistNext && guiInfo.Playing) { 815 if (!guiInfo.PlaylistNext && guiInfo.Playing) {
816 guiInfo.PlaylistNext = True; 816 guiInfo.PlaylistNext = True;
817 break; 817 break;
818 } 818 }
819 819
820 if ((guiInfo.StreamType == STREAMTYPE_CDDA) && guiInfo.Playing) { 820 if ((guiInfo.StreamType == STREAMTYPE_CDDA) && (guiInfo.Track < guiInfo.Tracks) && guiInfo.Playing) {
821 uiNext(); 821 uiNext();
822 break; 822 break;
823 } 823 }
824 824
825 if (guiInfo.Playing) 825 if (guiInfo.Playing)