mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-24 13:38:37 +02:00
[PR #1358] [MERGED] Ensure that there is files available before playing local content #1561
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1358
Author: @ISO-B
Created: 10/29/2024
Status: ✅ Merged
Merged: 11/4/2024
Merged by: @advplyr
Base:
master← Head:fix_check_files_before_playing📝 Commits (2)
8f181c7Ensure that there is files available before playing local content11804d1Enhanced check for local audio tracks📊 Changes
2 files changed (+25 additions, -0 deletions)
View changed files
📝
android/app/src/main/java/com/audiobookshelf/app/data/LocalLibraryItem.kt(+22 -0)📝
android/app/src/main/java/com/audiobookshelf/app/plugins/AbsAudioPlayer.kt(+3 -0)📄 Description
This should fix #105 . This wont work 100% with books that have multiple books.
If there is way to know how many files there should be then this can easily be extended for multi file books.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.