mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
fix terrible typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: fe78bf0580
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Origin message was:
------------------
- fix terrible typo
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -235,7 +235,7 @@ int CPictureViewerGui::show()
|
||||
bool update=true;
|
||||
|
||||
if (audioplayer)
|
||||
m_currentTitle = m_audioPlayer->getAdioPayerM_currend();
|
||||
m_currentTitle = m_audioPlayer->getAudioPlayerM_current();
|
||||
|
||||
while (loop)
|
||||
{
|
||||
@@ -563,17 +563,17 @@ int CPictureViewerGui::show()
|
||||
// control keys for audioplayer
|
||||
else if (audioplayer && msg==CRCInput::RC_pause)
|
||||
{
|
||||
m_currentTitle = m_audioPlayer->getAdioPayerM_currend();
|
||||
m_currentTitle = m_audioPlayer->getAudioPlayerM_current();
|
||||
m_audioPlayer->pause();
|
||||
}
|
||||
else if (audioplayer && msg==CRCInput::RC_stop)
|
||||
{
|
||||
m_currentTitle = m_audioPlayer->getAdioPayerM_currend();
|
||||
m_currentTitle = m_audioPlayer->getAudioPlayerM_current();
|
||||
m_audioPlayer->stop();
|
||||
}
|
||||
else if (audioplayer && msg==CRCInput::RC_play)
|
||||
{
|
||||
m_currentTitle = m_audioPlayer->getAdioPayerM_currend();
|
||||
m_currentTitle = m_audioPlayer->getAudioPlayerM_current();
|
||||
if (m_currentTitle > -1)
|
||||
m_audioPlayer->play((unsigned int)m_currentTitle);
|
||||
}
|
||||
|
Reference in New Issue
Block a user