implement show copyright info on album page

+ rewrite server track and album models to use destructuring
This commit is contained in:
geoffrey45
2022-08-03 14:47:29 +03:00
parent 7b2e162ed4
commit 327207f1ab
7 changed files with 70 additions and 20 deletions
-2
View File
@@ -1,8 +1,6 @@
"""
Contains all the folder routes.
"""
from app import api
from app import helpers
from app import settings
from app.lib.folderslib import getFnF
from flask import Blueprint