update translations

This commit is contained in:
Luke Pulverenti
2014-04-08 00:17:18 -04:00
parent 63aea3d908
commit 2c6a9892f2
42 changed files with 245 additions and 65 deletions

View File

@@ -174,7 +174,7 @@ namespace MediaBrowser.Providers.Manager
if (string.IsNullOrEmpty(item.Name) && !string.IsNullOrEmpty(item.Path))
{
item.Name = Path.GetFileNameWithoutExtension(item.Path);
updateType = updateType | ItemUpdateType.MetadataEdit;
updateType = updateType | ItemUpdateType.MetadataDownload;
}
return updateType;