Fixed cue saving bug

This commit is contained in:
Oscar Cerna-Mandujano 2019-09-22 14:57:26 -07:00
parent 052f71a7df
commit 4608e77e63

View File

@ -695,7 +695,7 @@ void CasterPlayerWidget::dropEvent(QDropEvent *event)
if(openFiles(pathList))
{
event->acceptProposedAction();
playSound();
//playSound();
}
else
{
@ -869,7 +869,7 @@ void CasterPlayerWidget::reloadFromPlayerState()
newMediaLoadedFromProfile = true;
openFiles(pathList);
volumeSlider->setValue(playerState->volume);
newMediaLoadedFromProfile = false;
player->setPosition(playerState->startTime);
}