aboutsummaryrefslogtreecommitdiff
path: root/xbmc/application/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/application/Application.h')
-rw-r--r--xbmc/application/Application.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/xbmc/application/Application.h b/xbmc/application/Application.h
index e06df1cc26..d87ad975f9 100644
--- a/xbmc/application/Application.h
+++ b/xbmc/application/Application.h
@@ -125,7 +125,10 @@ public:
PLAYLIST::CPlayList& playlist,
PLAYLIST::Id playlistId,
int track = 0);
- bool PlayFile(CFileItem item, const std::string& player, bool bRestart = false);
+ bool PlayFile(CFileItem item,
+ const std::string& player,
+ bool bRestart = false,
+ bool forceSelection = false);
void StopPlaying();
void Restart(bool bSamePosition = true);
void DelayedPlayerRestart();