Added full title naming for art detection.

This commit is contained in:
Pieter Hulshoff 2015-04-10 08:45:11 +02:00
parent f394098e6e
commit 96d59344c5

View File

@ -151,6 +151,7 @@ void ReloadableMedia::ReloadTexture()
std::vector<std::string> names;
names.push_back(selectedItem->GetName());
names.push_back(selectedItem->GetFullTitle());
if(selectedItem->GetCloneOf().length() > 0)
{