added category change for downloads with no additional hardlinks
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Infrastructure.Verticals.Files;
|
||||
|
||||
public interface IHardlinkFileService
|
||||
{
|
||||
uint GetHardLinkCount(string filePath);
|
||||
}
|
||||
Reference in New Issue
Block a user