update frontend

This commit is contained in:
matthias@matsewe.de
2024-05-17 19:39:27 +02:00
parent 6977306a05
commit df764bd85d
12 changed files with 249 additions and 85 deletions

View File

@@ -10,6 +10,7 @@ class SqlSong(Base):
aca_artist = Column(String)
title = Column(String)
yt_url = Column(String)
thumbnail = Column(String)
is_aca = Column(Boolean)
arng_url = Column(String)