mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
gui/movieplayer.cpp: add 'http' action key, with cut/restore neutrino
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