Skip to content

Commit

Permalink
fixed: We should't try to xml load favourites:// paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arnova committed Jan 22, 2014
1 parent d7f3c3a commit f6abe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/filesystem/FavouritesDirectory.cpp
Expand Up @@ -42,7 +42,7 @@ bool CFavouritesDirectory::GetDirectory(const CStdString& strPath, CFileItemList

if (url.GetProtocol() == "favourites")
{
Load(items); //load the default favourite files
return Load(items); //load the default favourite files
}
return LoadFavourites(strPath, items); //directly load the given file
}
Expand Down

0 comments on commit f6abe60

Please sign in to comment.