mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
pictureviewer: allow RC_previoussong and RC_nextsong
Origin commit data
------------------
Commit: 1a93e27b47
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)
Origin message was:
------------------
- pictureviewer: allow RC_previoussong and RC_nextsong
This commit is contained in:
@@ -309,7 +309,7 @@ int CPictureViewerGui::show()
|
|||||||
view(next);
|
view(next);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_left)
|
else if (msg == CRCInput::RC_left || msg == CRCInput::RC_previoussong)
|
||||||
{
|
{
|
||||||
if (!playlist.empty())
|
if (!playlist.empty())
|
||||||
{
|
{
|
||||||
@@ -328,7 +328,7 @@ int CPictureViewerGui::show()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_right)
|
else if (msg == CRCInput::RC_right || msg == CRCInput::RC_nextsong)
|
||||||
{
|
{
|
||||||
if (!playlist.empty())
|
if (!playlist.empty())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user