forked from MarseyWorld/MarseyWorld
add comment
parent
a9da1cfb22
commit
916c5d4fdd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue