sessions / d5830f5cd11443ea106b12d7697754e1f32fd67d

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

This commit has no recorded session.

diff

show whitespace

commit d5830f5cd11443ea106b12d7697754e1f32fd67dAuthor: Colin Powell <colin@unbl.ink>Date:   Fri Jun 12 09:52:56 2026 -0400    [release] Bump to version 51.2        - Fix bug where last page of book gets separate scrobble    - Fix metadata scraping for booksdiff --git a/PROJECT.org b/PROJECT.orgindex 787eba1..defecbb 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/16] :vrobbler:project:personal:+* Backlog [0/14] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -518,6 +518,7 @@ favorited media objects. :PROPERTIES: :ID:       79f867c3-1288-4143-b6bf-2a452983ee9f :END:+* Version 51.2 [2/2] ** DONE [#A] Fix bug where last page of book gets separate scrobble :bug:books:importers:koreader: :PROPERTIES: :ID:       e13e0b4c-461e-e5a9-c685-b972f4e262e5@@ -534,6 +535,7 @@ last page read. Need to button that up. :ID:       ea416a69-a8a8-4d05-b7d4-0a3470820e34 :END: + * Version 51.1 [1/1] ** DONE [#A] Fix scrobbling comic books :books:scrobbles:bug: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 982b344..b9136ec 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "51.1"+version = "51.2" description = "" authors = ["Colin Powell <colin@unbl.ink>"]