mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Update:Show error icon on player cover when local media progress fails to sync & remove sync failure toast
This commit is contained in:
@@ -5,6 +5,12 @@ const DownloadStatus = {
|
||||
FAILED: 3
|
||||
}
|
||||
|
||||
const SyncStatus = {
|
||||
UNSET: 0,
|
||||
SUCCESS: 1,
|
||||
FAILED: 2
|
||||
}
|
||||
|
||||
const CoverDestination = {
|
||||
METADATA: 0,
|
||||
AUDIOBOOK: 1
|
||||
@@ -31,6 +37,7 @@ const PlayerState = {
|
||||
|
||||
const Constants = {
|
||||
DownloadStatus,
|
||||
SyncStatus,
|
||||
CoverDestination,
|
||||
BookCoverAspectRatio,
|
||||
PlayMethod,
|
||||
|
||||
Reference in New Issue
Block a user