[scrobbles] Fixing tests and breaking more

This commit is contained in:
2024-08-19 18:59:37 -04:00
parent cfd6ac861e
commit caad6329c9
3 changed files with 55 additions and 59 deletions

View File

@ -404,7 +404,7 @@ class Album(TimeStampedModel):
class Track(ScrobblableMixin):
COMPLETION_PERCENT = getattr(settings, "MUSIC_COMPLETION_PERCENT", 99)
COMPLETION_PERCENT = getattr(settings, "MUSIC_COMPLETION_PERCENT", 100)
class Opinion(models.IntegerChoices):
DOWN = -1, "Thumbs down"