diff --git a/driver/main.cpp b/driver/main.cpp index 5d7e19c..8c2d10b 100644 --- a/driver/main.cpp +++ b/driver/main.cpp @@ -636,6 +636,12 @@ struct AppCallback : boo::IApplicationCallback else Log.report(logvisor::Fatal, "unable to find Song %d", userSel); } + else + { + m_arrData = &songs[0].second; + m_groupId = m_arrData->m_groupId; + m_setupId = m_arrData->m_setupId; + } } /* Get group selection from user */