From 9e6a603f61144b7714c6a8aa1bbd0783f6ccd76c Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 4 Mar 2020 03:49:54 -0600 Subject: [PATCH] .bin: Update --- .bin | 2 +- .local/share/badwitch/lib.json | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.bin b/.bin index dc5eef8a..22819c54 160000 --- a/.bin +++ b/.bin @@ -1 +1 @@ -Subproject commit dc5eef8adef739f4eecbb1e5abcf4915de04a3d3 +Subproject commit 22819c5461d54f2b2643edf61239e790f4ac5dd3 diff --git a/.local/share/badwitch/lib.json b/.local/share/badwitch/lib.json index 8aabbd4f..bd216071 100644 --- a/.local/share/badwitch/lib.json +++ b/.local/share/badwitch/lib.json @@ -418,5 +418,22 @@ "artist": "Alice in Chains", "source": "https://www.youtube.com/watch?v=lmTKN09DPPQ" } + }, + "Test Album": { + "Tits": { + "track": 1, + "artist": "Salt", + "source": "foo" + }, + "Balls": { + "track": 2, + "artist": "Salt", + "source": "bar" + }, + "Ass": { + "track": 3, + "artist": "Salt", + "source": "baz" + } } -} \ No newline at end of file +}