mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +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;
|
||||
PlayFile();
|
||||
}
|
||||
else if (actionKey == "http") {
|
||||
isHTTP = true;
|
||||
is_file_player = 1;
|
||||
PlayFile();
|
||||
}
|
||||
else {
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user