update music user data key

This commit is contained in:
Luke Pulverenti
2016-03-13 21:34:24 -04:00
parent 749037eb4a
commit d683f30619
17 changed files with 91 additions and 45 deletions

View File

@@ -35,7 +35,7 @@ namespace MediaBrowser.LocalMetadata.Parsers
if (!string.IsNullOrWhiteSpace(val) && movie != null)
{
movie.TmdbCollectionName = val;
movie.CollectionName = val;
}
break;