add comment

master
Aevann 2024-11-09 22:58:53 +02:00
parent a9da1cfb22
commit 916c5d4fdd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Orgy(Base):
type = Column(String)
url = Column(String)
data = Column(String)
title = Column(String)
title = Column(String) #title is needed for the playlist
start_utc = Column(Integer)
end_utc = Column(Integer)
started = Column(Boolean, default=False)