Skip to content

Commit 19eb9c0

Browse files
committed
Improve daily jams desc
1 parent a0ebce9 commit 19eb9c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

troi/patches/periodic_jams.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,8 @@ def post_process(self):
162162

163163
jam_name = self.local_storage["jam_name"]
164164
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."
167166
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."
170168

171169
self.local_storage["_playlist_desc"] = desc

0 commit comments

Comments
 (0)