Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7796ff5786 | |||
| 2285c5bfd6 |
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "vrobbler"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
description = ""
|
||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||
|
||||
|
||||
@ -105,7 +105,7 @@ class Scrobble(TimeStampedModel):
|
||||
.order_by('-modified')
|
||||
.first()
|
||||
)
|
||||
if scrobble and scrobble.playback_perecnt <= 100:
|
||||
if scrobble and scrobble.playback_percent <= 100:
|
||||
logger.info(
|
||||
f"Found existing scrobble for video {video}, updating",
|
||||
{"scrobble_data": scrobble_data},
|
||||
|
||||
Reference in New Issue
Block a user