gui/moviebrowser.cpp: fix copy-paste that breaks uPNP/http playback

Origin commit data
------------------
Commit: df6a8c8bd3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-21 (Sun, 21 Sep 2014)
This commit is contained in:
[CST] Focus
2014-09-21 16:24:59 +04:00
parent 9258fa99da
commit 5221dd9040

View File

@@ -255,12 +255,12 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
#endif
else if (actionKey == "upnp") {
isUPNP = true;
is_file_player = false;
is_file_player = true;
PlayFile();
}
else if (actionKey == "http") {
isHTTP = true;
is_file_player = false;
is_file_player = true;
PlayFile();
}
else {