mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-13 07:24:55 +02:00
Fix misleading plugin function name
This commit is contained in:
parent
2b5377db04
commit
a58965306a
8 changed files with 10 additions and 10 deletions
|
@ -164,7 +164,7 @@ class AbsDatabaseWeb extends WebPlugin {
|
|||
async getLocalLibraryItem({ id }) {
|
||||
return this.getLocalLibraryItems().then((data) => data.value[0])
|
||||
}
|
||||
async getLocalLibraryItemByLLId({ libraryItemId }) {
|
||||
async getLocalLibraryItemByLId({ libraryItemId }) {
|
||||
return this.getLocalLibraryItems().then((data) => data.value.find(lli => lli.libraryItemId == libraryItemId))
|
||||
}
|
||||
async getAllLocalMediaProgress() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue