sessions / ab10758f402de937724ff8518e91b96ed1fd48e0

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit ab10758f402de937724ff8518e91b96ed1fd48e0Author: Colin Powell <colin@unbl.ink>Date:   Mon Jun 15 17:27:38 2026 -0400    [release] Bump to version 52.2        - Fix bug in recomputing long play seconds taking foreverdiff --git a/PROJECT.org b/PROJECT.orgindex feb2e6d..2e19c50 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/21] :vrobbler:project:personal:+* Backlog [0/20] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -594,10 +594,12 @@ named constants for maintainability.   - ~vrobbler/apps/webpages/models.py~ (line 290) -- ="url"=   - ~vrobbler/apps/scrobbles/importers/tsv.py~ (line 55) -- ="S"= completion status +* Version 52.2 [1/1] ** DONE [#A] Fix bug in recomputing long play seconds taking forever :bug:longplay:commands: :PROPERTIES: :ID:       0a813cf9-17fb-dbd7-b5a7-7410d9bd4d8c :END:+ * Version 52.1 [1/1] ** DONE [#C] Show time per scrobble in long play lists and total time playing :templates:longplay:scrobbles: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 6235659..74fa565 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "52.1"+version = "52.2" description = "" authors = ["Colin Powell <colin@unbl.ink>"]