- fix: item path in unpack
This commit is contained in:
@@ -83,7 +83,7 @@ public partial class ContentService
|
|||||||
if (hashApi.TryOpen(item, out var stream))
|
if (hashApi.TryOpen(item, out var stream))
|
||||||
{
|
{
|
||||||
_logger.Log($"Unpack {item.Hash} to: {item.Path}");
|
_logger.Log($"Unpack {item.Hash} to: {item.Path}");
|
||||||
otherApi.Save(item.Hash, stream);
|
otherApi.Save(item.Path, stream);
|
||||||
stream.Close();
|
stream.Close();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user