mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
movieplayer: remove unused "netstream" handling
Origin commit data
------------------
Commit: e4c4f8da35
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-02 (Tue, 02 Jan 2018)
Origin message was:
------------------
- movieplayer: remove unused "netstream" handling
This commit is contained in:
@@ -448,12 +448,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