Skip to content

Commit

Permalink
[addons] add banner and clearlogo support
Browse files Browse the repository at this point in the history
  • Loading branch information
tamland committed Jun 5, 2017
1 parent 8851244 commit 5168502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/addons/AddonManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void CAddonMgr::FillCpluffMetadata(const cp_plugin_info_t* plugin, CAddonBuilder
builder.SetIcon(icon);

std::map<std::string, std::string> art;
std::array<std::string, 1> artTypes{"fanart"};
std::array<std::string, 3> artTypes{"fanart", "banner", "clearlogo"};
for (auto type : artTypes)
{
auto value = CAddonMgr::GetInstance().GetExtValue(assets, type.c_str());
Expand Down

0 comments on commit 5168502

Please sign in to comment.