mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add ".aif" as Aaru Format extension.
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Aaru.DiscImages
|
|||||||
};
|
};
|
||||||
public IEnumerable<string> KnownExtensions => new[]
|
public IEnumerable<string> KnownExtensions => new[]
|
||||||
{
|
{
|
||||||
".dicf", ".aaru", ".aaruformat", ".aaruf"
|
".dicf", ".aaru", ".aaruformat", ".aaruf", ".aif"
|
||||||
};
|
};
|
||||||
public bool IsWriting { get; private set; }
|
public bool IsWriting { get; private set; }
|
||||||
public string ErrorMessage { get; private set; }
|
public string ErrorMessage { get; private set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user