From fb382cbe3164dc809246756113057f3c4cd8008c Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Tue, 24 Oct 2017 02:19:28 +0000
Subject: [PATCH] Added the querysubsonic into this repo.  Added a check to make sure we didn't already have the aax ablum in the library. This needs refinement as if the name isn't an exact match it won't work.

---
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index da7ea1e..224556d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
 __pycache__/
 *.py[cod]
 *.aax
-
+.vscode
 # C extensions
 *.so
 

--
Gitblit v1.10.0