Improve repr for mode:Playlists

This commit is contained in:
Keith Edmunds 2021-06-06 14:44:15 +01:00
parent 6677577df5
commit e14bed34bd

View File

@ -164,7 +164,7 @@ class Playlists(Base):
back_populates="playlists")
def __repr__(self):
return (f"<Playlist(id={self.id}, name={self.name}>")
return (f"<Playlists(id={self.id}, name={self.name}>")
def add_track(self, session, track, row=None):
"""