mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
gui/moviebrowser.cpp: fix copy-paste that breaks uPNP/http playback
This commit is contained in:
@@ -255,12 +255,12 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
|||||||
#endif
|
#endif
|
||||||
else if (actionKey == "upnp") {
|
else if (actionKey == "upnp") {
|
||||||
isUPNP = true;
|
isUPNP = true;
|
||||||
is_file_player = false;
|
is_file_player = true;
|
||||||
PlayFile();
|
PlayFile();
|
||||||
}
|
}
|
||||||
else if (actionKey == "http") {
|
else if (actionKey == "http") {
|
||||||
isHTTP = true;
|
isHTTP = true;
|
||||||
is_file_player = false;
|
is_file_player = true;
|
||||||
PlayFile();
|
PlayFile();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user