#196 - LastFMArtistbyNameProvidor Errors

pull/702/head
Luke Pulverenti 11 years ago
parent 0de8123975
commit 8792ab1eb6

@ -458,10 +458,10 @@ namespace MediaBrowser.Server.Implementations.Providers
{ {
await input.CopyToAsync(fs, StreamDefaults.DefaultCopyToBufferSize, cancellationToken).ConfigureAwait(false); await input.CopyToAsync(fs, StreamDefaults.DefaultCopyToBufferSize, cancellationToken).ConfigureAwait(false);
} }
// If this is ever used for something other than metadata we can add a file type param
item.ResolveArgs.AddMetadataFile(path);
} }
// If this is ever used for something other than metadata we can add a file type param
item.ResolveArgs.AddMetadataFile(path);
} }
finally finally
{ {

Loading…
Cancel
Save