Replaced duplicate sort method 'title' with 'videotitle'
[vuplus_xbmc] / xbmc / lib / libjsonrpc / FileItemHandler.cpp
index df66a66..e022c44 100644 (file)
@@ -271,7 +271,7 @@ bool CFileItemHandler::ParseSortMethods(const CStdString &method, const bool &ig
     sortmethod = SORT_METHOD_PLAYLIST_ORDER;
   else if (method.Equals("episode"))
     sortmethod = SORT_METHOD_EPISODE;
-  else if (method.Equals("title"))
+  else if (method.Equals("videotitle"))
     sortmethod = SORT_METHOD_VIDEO_TITLE;
   else if (method.Equals("sorttitle"))
     sortmethod = ignorethe ? SORT_METHOD_VIDEO_SORT_TITLE_IGNORE_THE : SORT_METHOD_VIDEO_SORT_TITLE;