Fix example NAT archive

This commit is contained in:
2021-09-29 17:25:01 -06:00
parent 5e72b65208
commit 3821ac01b7
8 changed files with 2 additions and 24 deletions

View File

@@ -1 +0,0 @@
"Rafael Krux"

View File

@@ -1 +0,0 @@
"Kevin MacLeod"

View File

@@ -1 +0,0 @@
"Adventure"

View File

@@ -1 +0,0 @@
"Ancient Rite"

View File

@@ -1,4 +0,0 @@
[
["song", 1],
["western", 1]
]

View File

@@ -1,4 +0,0 @@
[
["song", 1],
["religious", 1]
]

View File

@@ -1 +1 @@
{"components":[["Tags","tags1"],["Name","name1"],["Author","author1"]],"files":["Adventure.mp3"],"id":"song1"}
{"components":[["Tags","[[\"song\", 1],[\"western\", 1]]"],["Name","\"Adventure\""],["Author","\"Rafael Krux\""]],"files":["Adventure.mp3"],"id":"song1"}

View File

@@ -1,11 +1 @@
{
"id": "song2",
"components": [
["Name", "name2"],
["Author", "author2"],
["Tags", "tags2"]
],
"files": [
"Ancient Rite.mp3"
]
}
{"components":[["Tags","[[\"song\", 1],[\"religious\", 1]]"],["Name","\"Ancient Rite\""],["Author","\"Kevin MacLeod\""]],"files":["Ancient Rite.mp3"],"id":"song2"}