sessions / 08752e30a4c0abc57142365272b3f10e05ac93fd

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

This commit has no recorded session.

diff

ignore whitespace

commit 08752e30a4c0abc57142365272b3f10e05ac93fdAuthor: Colin Powell <colin@unbl.ink>Date:   Tue Jun 30 16:04:37 2026 -0400    [release] Bump to version 58.6        - Cleanup commands should check for broken imagesdiff --git a/PROJECT.org b/PROJECT.orgindex 07a21c2..a0f07bd 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/24] :vrobbler:project:personal:+* Backlog [0/23] :vrobbler:project:personal: ** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES:@@ -605,10 +605,12 @@ independent of the email flow it was originally creatdd for  ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +* Version 58.6 [1/1] ** DONE [#B] Cleanup commands should check for broken images :metadata:cleanup: :PROPERTIES: :ID:       bacce321-73c7-ae1f-bfa7-c3ee517b5441 :END:+ * Version 58.5 [1/1] ** DONE [#A] The maloja style charts are messed up :templates:charts: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 20663c4..ae4cb16 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "58.5"+version = "58.6" description = "" authors = ["Colin Powell <colin@unbl.ink>"]