mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
gui/movieplayer.cpp: add 'http' action key, with cut/restore neutrino
Origin commit data
------------------
Branch: ni/coolstream
Commit: 81735f5e53
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -238,6 +238,11 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
|||||||
is_file_player = 1;
|
is_file_player = 1;
|
||||||
PlayFile();
|
PlayFile();
|
||||||
}
|
}
|
||||||
|
else if (actionKey == "http") {
|
||||||
|
isHTTP = true;
|
||||||
|
is_file_player = 1;
|
||||||
|
PlayFile();
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user