DB Working but slow

This commit is contained in:
Warwick Harris
2021-09-11 12:15:22 +10:00
parent b7e734f6d3
commit d85328ffa0
2 changed files with 87 additions and 0 deletions

7
lib/dbutils/__init__.py Normal file
View File

@ -0,0 +1,7 @@
"""
Databse utilities for plugin.audio.subsonic
"""
from .dbutils import *
__version__ = '0.0.1'