Merge branch 'single_query_playcounts'
[vuplus_xbmc] / xbmc / video / VideoInfoTag.cpp
index 5213ca8..d15c1ea 100644 (file)
@@ -406,6 +406,7 @@ void CVideoInfoTag::Serialize(CVariant& value)
   value["mpaa"] = m_strMPAARating;
   value["filenameandpath"] = m_strFileNameAndPath;
   value["originaltitle"] = m_strOriginalTitle;
+  value["sorttitle"] = m_strSortTitle;
   value["episodeguide"] = m_strEpisodeGuide;
   value["premiered"] = m_strPremiered;
   value["status"] = m_strStatus;