mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-04 19:08:48 +02:00
Fixed audiobook playback issue
This commit is contained in:
@@ -67,15 +67,14 @@ public class AbsDatabase: CAPPlugin {
|
||||
])
|
||||
}
|
||||
|
||||
// We have to send a empty array or the client will break
|
||||
@objc func getLocalLibraryItems(_ call: CAPPluginCall) {
|
||||
call.resolve([ "value": [] ])
|
||||
}
|
||||
@objc func getLocalLibraryItem(_ call: CAPPluginCall) {
|
||||
call.resolve([ "value": [] ])
|
||||
call.resolve()
|
||||
}
|
||||
@objc func getLocalLibraryItemByLLId(_ call: CAPPluginCall) {
|
||||
call.resolve([ "value": [] ])
|
||||
call.resolve()
|
||||
}
|
||||
@objc func getLocalLibraryItemsInFolder(_ call: CAPPluginCall) {
|
||||
call.resolve([ "value": [] ])
|
||||
|
||||
Reference in New Issue
Block a user