mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Make ArchiveScanLevel and DupeType flags
This commit is contained in:
@@ -37,18 +37,6 @@
|
||||
|
||||
#region DatItem related
|
||||
|
||||
/// <summary>
|
||||
/// Determines which type of duplicate a file is
|
||||
/// </summary>
|
||||
public enum DupeType
|
||||
{
|
||||
None = 0,
|
||||
InternalHash = 1,
|
||||
InternalAll = 2,
|
||||
ExternalHash = 3,
|
||||
ExternalAll = 4,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine what type of file an item is
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user