fix album search

- convert strings to lowercase before search
This commit is contained in:
geoffrey45
2022-03-08 09:25:07 +03:00
parent 25f79d8a20
commit c3059d502c
7 changed files with 30 additions and 14 deletions
+5
View File
@@ -1,3 +1,8 @@
"""
Contains the functions to prepare the server for use.
"""
import os
from app import settings