Fix LazyBookCard test with new globals getter for placeholder url
This commit is contained in:
parent
e87825f8df
commit
f853cff920
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ function createMountOptions() {
|
|||
'libraries/getLibraryProvider': () => 'audible.us',
|
||||
'libraries/getBookCoverAspectRatio': 1,
|
||||
'globals/getLibraryItemCoverSrc': () => 'https://my.server.com/book_placeholder.jpg',
|
||||
'globals/getPlaceholderCoverSrc': 'https://my.server.com/book_placeholder.jpg',
|
||||
getLibraryItemsStreaming: () => null,
|
||||
getIsMediaQueued: () => false,
|
||||
getIsStreamingFromDifferentLibrary: () => false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue