mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- movieplayer: remove unused "netstream" handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -449,12 +449,6 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
|||||||
isBookmark = true;
|
isBookmark = true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (actionKey == "netstream") {
|
|
||||||
isHTTP = true;
|
|
||||||
p_movie_info = NULL;
|
|
||||||
is_file_player = true;
|
|
||||||
PlayFile();
|
|
||||||
}
|
|
||||||
else if (actionKey == "upnp") {
|
else if (actionKey == "upnp") {
|
||||||
isUPNP = true;
|
isUPNP = true;
|
||||||
is_file_player = true;
|
is_file_player = true;
|
||||||
|
Reference in New Issue
Block a user