mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
gui/pictureviewer_setup, gui/audioplayer_setup: use CMenuOptionNumberChooser instead of CStringInput
Origin commit data
------------------
Branch: ni/coolstream
Commit: da0142eb0d
Author: martii <m4rtii@gmx.de>
Date: 2013-12-22 (Sun, 22 Dec 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -598,7 +598,7 @@ void CUpnpBrowserGui::playnext(void)
|
||||
}
|
||||
else if (mime.substr(0,6) == "image/") {
|
||||
if (m_folderplay)
|
||||
timeout = time(NULL) + atoi(g_settings.picviewer_slide_time);
|
||||
timeout = time(NULL) + g_settings.picviewer_slide_time;
|
||||
showPicture((*entries)[0].resources[preferred].url);
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user