mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 09:04:40 +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
|
@ -54,8 +54,8 @@ class DbService {
|
|||
return AbsDatabase.getLocalLibraryItem({ id })
|
||||
}
|
||||
|
||||
getLocalLibraryItemByLLId(libraryItemId) {
|
||||
return AbsDatabase.getLocalLibraryItemByLLId({ libraryItemId })
|
||||
getLocalLibraryItemByLId(libraryItemId) {
|
||||
return AbsDatabase.getLocalLibraryItemByLId({ libraryItemId })
|
||||
}
|
||||
|
||||
getAllLocalMediaProgress() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue