aboutsummaryrefslogtreecommitdiff
path: root/xbmc/FileItem.h
diff options
context:
space:
mode:
author78andyp <drandypowell@live.co.uk>2024-04-26 14:43:37 +0100
committer78andyp <drandypowell@live.co.uk>2024-04-26 14:43:37 +0100
commit54a63d02f1e63ebad0cd99dc06ca070c91ceb93c (patch)
treee4b0eb6225aa1cc99a8c5dcf1c721137d8047fad /xbmc/FileItem.h
parenta5fb12b4637c62a47a59fcc50f2c88246e9d6fff (diff)
downloadxbmc-54a63d02f1e63ebad0cd99dc06ca070c91ceb93c.tar.xz
[Video] Improve user experience when playing movies/episodes from Bluray ISO/BDMV.
Diffstat (limited to 'xbmc/FileItem.h')
-rw-r--r--xbmc/FileItem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/FileItem.h b/xbmc/FileItem.h
index 473c11c9d7..db0e8ed4be 100644
--- a/xbmc/FileItem.h
+++ b/xbmc/FileItem.h
@@ -142,6 +142,8 @@ public:
const std::string &GetDynPath() const;
void SetDynPath(const std::string &path);
+ std::string GetBlurayPath() const;
+
/*! \brief reset class to it's default values as per construction.
Free's all allocated memory.
\sa Initialize