From 83721d8bbcf4231a4adcb0ff974fa08081efd843 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 3 Mar 2020 12:24:16 +0000 Subject: [PATCH] Add ".aif" as Aaru Format extension. --- Aaru.Images/AaruFormat/Properties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aaru.Images/AaruFormat/Properties.cs b/Aaru.Images/AaruFormat/Properties.cs index 95a9c281a..a7f5ddab0 100644 --- a/Aaru.Images/AaruFormat/Properties.cs +++ b/Aaru.Images/AaruFormat/Properties.cs @@ -76,7 +76,7 @@ namespace Aaru.DiscImages }; public IEnumerable KnownExtensions => new[] { - ".dicf", ".aaru", ".aaruformat", ".aaruf" + ".dicf", ".aaru", ".aaruformat", ".aaruf", ".aif" }; public bool IsWriting { get; private set; } public string ErrorMessage { get; private set; }