Fix LazyBookCard test with new globals getter for placeholder url

This commit is contained in:
advplyr 2025-03-28 17:42:41 -05:00
parent e87825f8df
commit f853cff920

View File

@ -49,6 +49,7 @@ function createMountOptions() {
'libraries/getLibraryProvider': () => 'audible.us', 'libraries/getLibraryProvider': () => 'audible.us',
'libraries/getBookCoverAspectRatio': 1, 'libraries/getBookCoverAspectRatio': 1,
'globals/getLibraryItemCoverSrc': () => 'https://my.server.com/book_placeholder.jpg', 'globals/getLibraryItemCoverSrc': () => 'https://my.server.com/book_placeholder.jpg',
'globals/getPlaceholderCoverSrc': 'https://my.server.com/book_placeholder.jpg',
getLibraryItemsStreaming: () => null, getLibraryItemsStreaming: () => null,
getIsMediaQueued: () => false, getIsMediaQueued: () => false,
getIsStreamingFromDifferentLibrary: () => false getIsStreamingFromDifferentLibrary: () => false