[notifications] Clean up emojis and fix priority

This commit is contained in:
2024-11-08 10:51:44 -05:00
parent 94fed8ae38
commit 2327b1f622
3 changed files with 7 additions and 3 deletions

View File

@ -430,7 +430,7 @@ class Track(ScrobblableMixin):
@property
def strings(self) -> ScrobblableConstants:
return ScrobblableConstants(verb="Listening", tags="headphones")
return ScrobblableConstants(verb="Listening", tags="notes")
@property
def mb_link(self):