From 2c8a12e7570a6b435ede558f08a262bd82ec3626 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Thu, 5 Jul 2018 23:23:45 +0200 Subject: [PATCH] small documentation correction --- res/template/fragments/api/directory.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/template/fragments/api/directory.html b/res/template/fragments/api/directory.html index 246f249..93639d7 100644 --- a/res/template/fragments/api/directory.html +++ b/res/template/fragments/api/directory.html @@ -90,12 +90,14 @@ "child_directories": [ { "name": "some other directory", + "type": "directory", "path": "/some dir/some other directory" } ], "child_files": [ { "name": "11. Lenny Kravitz - Fly away.ogg", + "type": "file", "path": "/some dir/11. Lenny Kravitz - Fly away.ogg" } ]