From 2f6712f74edb4f4eff6d4299d633a76229896cf1 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sun, 21 Sep 2014 16:24:59 +0400 Subject: [PATCH] gui/moviebrowser.cpp: fix copy-paste that breaks uPNP/http playback Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/df6a8c8bd3a83f3df46e3c2f66bd80ebf9d0c2f6 Author: [CST] Focus Date: 2014-09-21 (Sun, 21 Sep 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index bb6838529..e164d229f 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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 {