feat: 'search' command to search the db, and 'shortlist' to add songs from search result
This commit is contained in:
@ -154,7 +154,7 @@ class FileItem(BaseItem):
|
||||
def format_song_string(self, user):
|
||||
return constants.strings("file_item",
|
||||
title=self.title,
|
||||
artist=self.artist,
|
||||
artist=self.artist if self.artist else '??',
|
||||
user=user
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user