aboutsummaryrefslogtreecommitdiff
path: root/xbmc/application/ApplicationPlayerCallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/application/ApplicationPlayerCallback.cpp')
-rw-r--r--xbmc/application/ApplicationPlayerCallback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/application/ApplicationPlayerCallback.cpp b/xbmc/application/ApplicationPlayerCallback.cpp
index 2ff6353952..637f67ddcc 100644
--- a/xbmc/application/ApplicationPlayerCallback.cpp
+++ b/xbmc/application/ApplicationPlayerCallback.cpp
@@ -57,7 +57,7 @@ void CApplicationPlayerCallback::OnPlayBackStarted(const CFileItem& file)
std::shared_ptr<CFileItem> itemCurrentFile;
// check if VideoPlayer should set file item stream details from its current streams
- const bool isBlu_dvd_image_or_stream = (URIUtils::IsBluray(file.GetPath()) || file.IsDVDFile() ||
+ const bool isBlu_dvd_image_or_stream = (URIUtils::IsBluray(file.GetPath()) || IsDVDFile(file) ||
file.IsDiscImage() || file.IsInternetStream());
const bool hasNoStreamDetails =