update music brainz album responses

This commit is contained in:
Luke Pulverenti
2016-06-15 16:14:04 -04:00
parent cc2ac9e387
commit 825f0f3507
2 changed files with 31 additions and 4 deletions

View File

@@ -44,6 +44,11 @@ namespace MediaBrowser.XbmcMetadata.Savers
}
else
{
//if (item is Movie)
//{
// list.Add(Path.Combine(item.ContainingFolderPath, "movie.nfo"));
//}
list.Add(Path.ChangeExtension(item.Path, ".nfo"));
}