Fix: Subsonic: Don't recreate deleted bookmark (#2227)
authorEric Munson <eric@munsonfam.org>
Fri, 13 Jun 2025 13:09:30 +0000 (09:09 -0400)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 13:09:30 +0000 (15:09 +0200)
commit17b03d88c671e99cd711548d3c146261614673e5
tree04e9871a25dfa392498599466df3e71f31c40b44
parent747c244565eeac77817ea32540d95923fe6e6643
Fix: Subsonic: Don't recreate deleted bookmark (#2227)

Currently, when we delete a bookmark because the item is finished
playing, we continue on in the method and create a new bookmark for the
end of the item. What is supposed to happen is we delete the bookmark
and return. Log any deletion races and return when done.

Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/sonic_provider.py