Improve repr for mode:Playlists
This commit is contained in:
parent
6677577df5
commit
e14bed34bd
@ -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):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user