check if track exists in db before sending file

This commit is contained in:
mungai-njoroge
2023-06-19 21:49:13 +03:00
parent a201303bd9
commit cc6552cb94
17 changed files with 96 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ join = os.path.join
class Release:
APP_VERSION = "v1.2.1"
APP_VERSION = "1.3.0.beta"
class Paths: