File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,8 @@ def post_process(self):
162
162
163
163
jam_name = self .local_storage ["jam_name" ]
164
164
if self .local_storage ["latest_listened_was_empty" ]:
165
- desc = f"We made this { jam_name } playlist from your recommended recording recordings, some of which " + \
166
- "you may have already listened to recently."
165
+ desc = f"This { jam_name } playlist includes tracks you've recently heard, as we don't have enough listens to create a better playlist."
167
166
else :
168
- desc = f"We made this { jam_name } playlist from your recommended recording recordings to create a " + \
169
- "comfortable playlist of tracks you've not recently listened to."
167
+ desc = f"We made this { jam_name } playlist from your recommended tracks to create a comfortable playlist of music you've not listened to recently."
170
168
171
169
self .local_storage ["_playlist_desc" ] = desc
You can’t perform that action at this time.
0 commit comments