mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Fix misleading plugin function name
This commit is contained in:
+2
-2
@@ -54,8 +54,8 @@ class DbService {
|
||||
return AbsDatabase.getLocalLibraryItem({ id })
|
||||
}
|
||||
|
||||
getLocalLibraryItemByLLId(libraryItemId) {
|
||||
return AbsDatabase.getLocalLibraryItemByLLId({ libraryItemId })
|
||||
getLocalLibraryItemByLId(libraryItemId) {
|
||||
return AbsDatabase.getLocalLibraryItemByLId({ libraryItemId })
|
||||
}
|
||||
|
||||
getAllLocalMediaProgress() {
|
||||
|
||||
Reference in New Issue
Block a user