Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.79 KB | None | 0 0
  1. diff --git a/xbmc/video/VideoDatabase.cpp b/xbmc/video/VideoDatabase.cpp
  2. index 0c0cba7..cb4b5a7 100644
  3. --- a/xbmc/video/VideoDatabase.cpp
  4. +++ b/xbmc/video/VideoDatabase.cpp
  5. @@ -9286,7 +9286,8 @@ bool CVideoDatabase::GetFilter(CDbUrl &videoUrl, Filter &filter, SortDescription
  6.         (xsp.GetGroup() == itemType && !xsp.IsGroupMixed()) ||
  7.          // handle episode listings with videodb://tvshows/titles/ which get the rest
  8.          // of the path (season and episodeid) appended later
  9. -       (xsp.GetType() == "episodes" && itemType == "tvshows"))
  10. +       (xsp.GetType() == "episodes" && itemType == "tvshows") ||
  11. +       (xsp.GetType() == "musicvideos" && itemType == "actors"))
  12.      {
  13.        std::set<std::string> playlists;
  14.        filter.AppendWhere(xsp.GetWhereClause(*this, playlists));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement