new media player functionality

This commit is contained in:
2026-06-25 06:09:28 +00:00
parent 69f848c260
commit d9b0964f07
20 changed files with 404 additions and 5 deletions
+4
View File
@@ -94,6 +94,10 @@ class StationConfig(Base):
# Donation
donation_url = Column(String(500), nullable=False, default="")
# Stream
stream_url = Column(String(500), nullable=False, default="")
stream_metadata_url = Column(String(500), nullable=False, default="")
class HistoryEntry(Base):
__tablename__ = "history_entries"