Update all calls to aaruf_open.

This commit is contained in:
2025-10-21 15:36:43 +01:00
parent bbcadedd7e
commit eae5514ce3
8 changed files with 34 additions and 34 deletions

View File

@@ -76,7 +76,7 @@ int info(const char *path)
mediaTagEntry const *mediaTag = NULL;
mediaTagEntry const *tmpMediaTag = NULL;
ctx = aaruf_open(path);
ctx = aaruf_open(path, false, NULL);
if(ctx == NULL)
{