mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fixed extension regression for Media
This commit is contained in:
@@ -2311,7 +2311,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
else if (itemName.EndsWith(".aaruf"))
|
else if (itemName.EndsWith(".aaruf"))
|
||||||
itemName = itemName.Substring(0, itemName.Length - 6);
|
itemName = itemName.Substring(0, itemName.Length - 6);
|
||||||
else if (itemName.EndsWith(".aif"))
|
else if (itemName.EndsWith(".aif"))
|
||||||
itemName = itemName.Substring(0, itemName.Length - 3);
|
itemName = itemName.Substring(0, itemName.Length - 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the item name back
|
// Set the item name back
|
||||||
|
|||||||
Reference in New Issue
Block a user