From 4af3ee5ef44b9673a610df376a74e46dd7af72ca Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 13 Jan 2025 11:10:46 +0000 Subject: [PATCH] Detect more bands. --- src/importers/bands.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/importers/bands.rs b/src/importers/bands.rs index 0fc8e7f..2aa4943 100644 --- a/src/importers/bands.rs +++ b/src/importers/bands.rs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -pub const BANDS: [&str; 402] = [ +pub const BANDS: [&str; 404] = [ "112 and Then Some", "A Fine Kettle of Fish", "A Joyful Noise", @@ -82,6 +82,7 @@ pub const BANDS: [&str; 402] = [ "Brooklyn Swing Ensemble", "Bunny Bread Bandits", "Calico", + "Calliope", "Cardboard Cabin", "Carin Greve", "Cecilia", @@ -182,6 +183,7 @@ pub const BANDS: [&str; 402] = [ "Gott Folk!", "Göze", "Grand Picnic", + "Gray & Friends", "GrayScale", "Guillaume Sparrow-Pepin & Rachel Bell", "Harken!",