update translations

This commit is contained in:
Luke Pulverenti
2015-01-16 15:54:37 -05:00
parent e08963790d
commit 5c84cadb5e
44 changed files with 16814 additions and 15463 deletions

View File

@@ -130,6 +130,12 @@ namespace MediaBrowser.XbmcMetadata.Parsers
item.SetProviderId(MetadataProviders.Imdb, imdbId);
}
// If the file is just an imdb url, don't go any further
if (index == 0)
{
return;
}
xml = xml.Substring(0, index + 1);
}