Skip to content

Commit

Permalink
GetWritersNav tried to use the studio link table instead of the write…
Browse files Browse the repository at this point in the history
…r link table
  • Loading branch information
Jonathan Marshall committed May 7, 2012
1 parent 59ce994 commit 1b29060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/video/VideoDatabase.cpp
Expand Up @@ -4270,7 +4270,7 @@ bool CVideoDatabase::GetMusicVideoAlbumsNav(const CStdString& strBaseDir, CFileI

bool CVideoDatabase::GetWritersNav(const CStdString& strBaseDir, CFileItemList& items, int idContent)
{
return GetPeopleNav(strBaseDir, items, "studio", idContent);
return GetPeopleNav(strBaseDir, items, "writer", idContent);
}

bool CVideoDatabase::GetDirectorsNav(const CStdString& strBaseDir, CFileItemList& items, int idContent)
Expand Down

2 comments on commit 1b29060

@Voyager1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting, does this impact existing databases, or is rescraping necessary?

@jmarshallnz
Copy link
Contributor

@jmarshallnz jmarshallnz commented on 1b29060 May 7, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.