LeoKlaus / plappa

An Audiobook client for Jellyfin and AudioBookShelf, written in Swift/SwiftUI.
https://plappa.me
235 stars 1 forks source link

[BUG] Download using long press context menu doesn't start #220

Open bdux opened 4 days ago

bdux commented 4 days ago

Describe the bug When starting downloads from the long press context menu of a book in a series, the download is queued but never started. If a download is started from the Book view itself it starts just fine.

To Reproduce Go into the Series view Long press on a non-downloaded book Select "Download" from the Menu that opened Go back to Library view and check download Donwload is queued but never starts

Expected behavior The Download is queued and starts.

Screenshots Doesn't work: grafik grafik

Works: grafik grafik

Logs If applicable, add logs from plappa (Settings->Get Debug Logs) or Jellyfin (Dashboard->Advanced->Logs).

Environment(please complete the following information):

Additional context Add any other context about the problem here.

LeoKlaus commented 2 days ago

Hi bdux,

Thank you for reporting this!

This issue usually occurs when plappa fails to get the full metadata before starting the download.

I'll see to fixing this with the next update.