aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/video/dialogs/GUIDialogVideoInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/video/dialogs/GUIDialogVideoInfo.cpp b/xbmc/video/dialogs/GUIDialogVideoInfo.cpp
index 8b2527ff7a..2eb9f56ade 100644
--- a/xbmc/video/dialogs/GUIDialogVideoInfo.cpp
+++ b/xbmc/video/dialogs/GUIDialogVideoInfo.cpp
@@ -1301,7 +1301,7 @@ bool CGUIDialogVideoInfo::UpdateVideoItemSortTitle(const CFileItemPtr &pItem)
database.GetTvShowInfo(pItem->GetVideoInfoTag()->m_strFileNameAndPath, detail, iDbId);
CStdString currentTitle;
- if (detail.m_strSortTitle.Empty())
+ if (detail.m_strSortTitle.IsEmpty())
currentTitle = detail.m_strTitle;
else
currentTitle = detail.m_strSortTitle;