Skip to content

Commit

Permalink
MeadataViewer: Adjust to change in dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
softworkz committed May 28, 2016
1 parent eaa812e commit 225fe0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MetadataViewer/Service/MetadataViewerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public async Task<MetadataRawTable> GetMetadataRaw(IHasMetadata item, IMetadataS
var serviceIdType = serviceGenericTypes[1];

var table = new MetadataRawTable();
var status = new MetadataStatus();
var logName = item.LocationType == LocationType.Remote ? item.Name ?? item.Path : item.Path ?? item.Name;
var resultItems = new Dictionary<string, MetadataResultProxy>();
var emptyItem = new MetadataResultProxy(CreateNew(item.GetType()), null);
Expand Down

0 comments on commit 225fe0c

Please sign in to comment.