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" } ]