Fix album updated attribute name to last_updated_at

The album entity uses 'last_updated_at' not 'updated_at' for the
last update timestamp attribute.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 00:30:31 +03:00
parent 29158b8b07
commit 4fad85ebe9
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
"version": "1.23.0"
"version": "1.23.1"
}